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-04-20 10:39:13 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-20 10:39:13 +0200
commitfd77096ca10aa45cd978ef434eaf92bfa014d32b (patch)
treecbd35c05ddddb0a207ae00208c4b51d15ecf4c6b /pkgs/development/python-modules/botocore-stubs
parent5fdcda56d095810d4f9455771ece09ef43edc4f5 (diff)
python312Packages.botocore-stubs: 1.34.87 -> 1.34.88
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 3a1e67f4a0716..3b536f15577c5 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.87";
+  version = "1.34.88";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-Dy67vF7mCc19wz/In6b4i+yLvir8+BSteoi+AOp3QdY=";
+    hash = "sha256-ZW6WbqFSpPKCiJKqepZzvJF5mZj1qO/Y6P45D2HC9PE=";
   };
 
   nativeBuildInputs = [