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-02-29 09:24:44 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-29 09:24:44 +0100
commit7757119148dad39d640dd7c7868c62010854475f (patch)
treef5568595217f5fe11a49cbe5b7053e0f87c3e488 /pkgs/development/python-modules/botocore-stubs
parent06496c9f37442ad6184a52a3b7ebcaea849f62bc (diff)
python312Packages.botocore-stubs: 1.34.50 -> 1.34.52
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 c60f2e9f6dcd0..808deb064ad85 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.50";
+  version = "1.34.52";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-jWzjI/M4gnTLbYyBCyvEe/GJHioZlVdv/YKzrf+L5NU=";
+    hash = "sha256-pRtsofyprNqp6AQS83FTaQ//rX7SJ3Q8xTCAmSDSoAk=";
   };
 
   nativeBuildInputs = [