about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-17 20:23:53 +0200
committerGitHub <noreply@github.com>2022-04-17 20:23:53 +0200
commit212dde2609b3011da6f7ba65b45a002fcc40ea7e (patch)
treeefc9d93c2d26803d694d49d2ca71fe4fde4d6849 /pkgs/development
parentf1bafd0ed5899551a96435420b59ff8c15e01ee8 (diff)
parent3feca9381d0653aaff903c089acbfe6736d22481 (diff)
Merge pull request #168996 from r-ryantm/auto-update/python3.10-types-requests
python310Packages.types-requests: 2.27.16 -> 2.27.19
Diffstat (limited to 'pkgs/development')
-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 b29a0792ae8f6..deda83411fed1 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.16";
+  version = "2.27.19";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-yAEMGLKRp++2CxRS2+ElMLwlaT3WV+cMYoA/zcS//ps=";
+    sha256 = "sha256-eV43gRcIjR5L9BosAaFTtz1upAqp18CsdTq96EwNOo8=";
   };
 
   propagatedBuildInputs = [