about summary refs log tree commit diff
path: root/pkgs/development/python-modules/botocore-stubs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-14 09:43:31 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-14 09:43:31 +0100
commit0d57783b424224f835583c14de5fe497cc23b8a0 (patch)
treefa502d44f7b5e175796681497620ce97dd8a26f9 /pkgs/development/python-modules/botocore-stubs
parent02b8c7ddb7fe956871fa65466bf8a30fa69ec078 (diff)
python311Packages.botocore-stubs: 1.34.61 -> 1.34.62
Diffstat (limited to 'pkgs/development/python-modules/botocore-stubs')
-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 5e3aefbe8170d..6dd67db976307 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.61";
+  version = "1.34.62";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-yOzieubWIEqCOipt9HEo1vnhxOYyUuHhHYb2NemLQVk=";
+    hash = "sha256-i0iPzIqL0zsA08frxJB65Eys6o/qk6Tf2sf6tfBlAMg=";
   };
 
   nativeBuildInputs = [