about summary refs log tree commit diff
path: root/pkgs/development/python-modules/botocore-stubs/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-06-06 08:33:56 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-06-06 08:33:56 +0200
commit2625cfad045b30ca3a007de99b370e7d41a632b1 (patch)
tree5e9affc9daf518d18aa06f515e29d6620f3bfcff /pkgs/development/python-modules/botocore-stubs/default.nix
parentc06dbd0faae5548e59c99354997938e3c523b140 (diff)
python312Packages.botocore-stubs: 1.34.94 -> 1.34.120
Diffstat (limited to 'pkgs/development/python-modules/botocore-stubs/default.nix')
-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 0528be59b90c4..21bc9037d1470 100644
--- a/pkgs/development/python-modules/botocore-stubs/default.nix
+++ b/pkgs/development/python-modules/botocore-stubs/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "botocore-stubs";
-  version = "1.34.94";
+  version = "1.34.120";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-ZNgKNGfjsZk56cJ1CvMzKLMIf49SSZjb337RaCJ/UH0=";
+    hash = "sha256-oeSSAAEsb7/0eyK6cURO+fQ1P+ErEa8bBjCHsIEe508=";
   };
 
   nativeBuildInputs = [ poetry-core ];