about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-02 19:56:28 +0100
committerGitHub <noreply@github.com>2024-02-02 19:56:28 +0100
commit3afc67ec8b7771f5101c5afa9f0e049c114c75a1 (patch)
treee190fc437e849c67143581e77490d258e643e03c
parent1366fcff83c4b763dfd9921563f4227793000632 (diff)
parentddfe5d840bc01d3fe3391a384d4275e9542d3b27 (diff)
downloadnixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.tar
nixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.tar.gz
nixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.tar.bz2
nixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.tar.lz
nixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.tar.xz
nixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.tar.zst
nixlib-3afc67ec8b7771f5101c5afa9f0e049c114c75a1.zip
Merge pull request #285850 from fabaff/botocore-stubs-bump
python311Packages.botocore-stubs: 1.34.32 -> 1.34.33
-rw-r--r--pkgs/development/python-modules/botocore-stubs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix
index e790e8cea5b2..dcf43729f40c 100644
--- a/pkgs/development/python-modules/botocore-stubs/default.nix
+++ b/pkgs/development/python-modules/botocore-stubs/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "botocore-stubs";
-  version = "1.34.32";
+  version = "1.34.33";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-l4yXuMArX/o3JqUFLlcVrsxSxkCnWoCIs6WEU8KwVLI=";
+    hash = "sha256-96v/qwfDvWcKxpz4nSbUCWHS6ZO8cdzsc1UBl8KRsjQ=";
   };
 
   nativeBuildInputs = [