about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-02 22:11:51 +0200
committerGitHub <noreply@github.com>2022-04-02 22:11:51 +0200
commit77e3b8badb740e806d8fbd5ae6778a7fde950d42 (patch)
tree45024ebba55faae5ccfddecc8d8eb86cd7d47425 /pkgs
parent6b63f23a95333de6043bce3c4be73e2fb40ceb9d (diff)
parent1103c461f305b20a50e2dd55da45f6adfca0d0ec (diff)
downloadnixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.tar
nixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.tar.gz
nixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.tar.bz2
nixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.tar.lz
nixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.tar.xz
nixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.tar.zst
nixlib-77e3b8badb740e806d8fbd5ae6778a7fde950d42.zip
Merge pull request #166890 from r-ryantm/auto-update/python3.10-types-requests
python310Packages.types-requests: 2.27.15 -> 2.27.16
Diffstat (limited to 'pkgs')
-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 95e263135ecb..b29a0792ae8f 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.15";
+  version = "2.27.16";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-LTcRg8U1II0syP50c9m0nDRMcHfrcDAutwhjj7hghqg=";
+    sha256 = "sha256-yAEMGLKRp++2CxRS2+ElMLwlaT3WV+cMYoA/zcS//ps=";
   };
 
   propagatedBuildInputs = [