about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-02 00:45:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-02 00:45:18 +0000
commit1103c461f305b20a50e2dd55da45f6adfca0d0ec (patch)
treed55d2e6c87de5d84879b1ef2384c5a5c6ba2c7dd /pkgs/development
parent72152ff5ad470ed1a5b97c0ba2737938c136c994 (diff)
downloadnixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.tar
nixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.tar.gz
nixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.tar.bz2
nixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.tar.lz
nixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.tar.xz
nixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.tar.zst
nixlib-1103c461f305b20a50e2dd55da45f6adfca0d0ec.zip
python310Packages.types-requests: 2.27.15 -> 2.27.16
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 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 = [