From 866e71dd23745553ebae9c14f0f6f2797ddca12f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 1 May 2022 00:48:11 +0000 Subject: [PATCH] python310Packages.types-requests: 2.27.24 -> 2.27.25 --- pkgs/development/python-modules/types-requests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-requests/default.nix b/pkgs/development/python-modules/types-requests/default.nix index 19a63f846404..bb7e12d5963d 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.27.24"; + version = "2.27.25"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-4c3pnpLV+3r6DuU5JLIR9MR2OVFkNNhtyE1T7IT8+oo="; + sha256 = "sha256-gFrn44/Z0VcVMGbcQ4HPWF/TTfohLy/B/s4kjAWqxXE="; }; propagatedBuildInputs = [