about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-06-12 08:10:03 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-06-12 08:10:03 +0200
commit2f4a86fc9bc0483424f82bb31ff8d405808c7016 (patch)
treeed6785aa7dee3f0a274cc09577af4c1fc2aa8911 /pkgs
parent915f705c9abc3227e4308a412ede3569ee2362a7 (diff)
python312Packages.botocore-stubs: 1.34.122 -> 1.34.124
Diffstat (limited to 'pkgs')
-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 adc61ec58d438..270249458c849 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.122";
+  version = "1.34.124";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-oX1MW1o8EOj6tm3Bf78qHbzJ2mC44J0jps+FHM7b+q8=";
+    hash = "sha256-naShit9yT/YXT0/TaEwb4bFhe8fdWPSsBPghiY1SuX8=";
   };
 
   nativeBuildInputs = [ poetry-core ];