summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-01 12:52:32 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-02-01 12:52:32 +0100
commit3eb045139adcf88dd857121e97aa24a4216da6f1 (patch)
treea682447e2558f166e2f504c39eb5f3de60eb9da9
parent93a89cfa3f87f0a78d4970d04079277a29624744 (diff)
downloadnixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.tar
nixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.tar.gz
nixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.tar.bz2
nixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.tar.lz
nixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.tar.xz
nixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.tar.zst
nixpkgs-3eb045139adcf88dd857121e97aa24a4216da6f1.zip
python3Packages.types-requests: 2.27.6 -> 2.27.8
-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 21498135916..c45b2532989 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.6";
+  version = "2.27.8";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-Xg3Ggem/rbXB0X9j0p9tE9Ke8ol9MMuceShbNKFlX9c=";
+    sha256 = "sha256-wvTkdU0HygqI/YqJu8bIqfkPtEH5ybVy/VxITwSBdIY=";
   };
 
   propagatedBuildInputs = [