summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-24 09:55:23 +0100
committerGitHub <noreply@github.com>2022-12-24 09:55:23 +0100
commita8feba26b4251d7e7b170d46188a80f597b84583 (patch)
treec7ce53b202c9a0be431d9fbc3124f44f228db9f9
parentc608e1960d85725e8da37096d9ac19521cfada97 (diff)
parentd83ccad3cdf146857fd3173a5c04d3ba560d9151 (diff)
Merge pull request #207320 from fabaff/types-requests-bump
python310Packages.types-requests: 2.28.11.5 -> 2.28.11.7
-rw-r--r--pkgs/development/python-modules/types-requests/default.nix4
1 files 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 730a0a591540..2703f8bccee6 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.28.11.5";
+ version = "2.28.11.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-p983zG+2GHqECX2pUfjiHTNUSKolAaawo5y9HXyp7io=";
+ sha256 = "sha256-CuOGM3NJkNAZuA9UY9+hZOvTWBmYrIQ19Sbab+TVmMM=";
};
propagatedBuildInputs = [