about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-06-20 10:06:37 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-06-20 10:06:37 +0200
commit936ed4183aa97ba3aa1a9b821a66757b167245ea (patch)
treeae7bdc880331e20b7c7aa17116e0c214eed47211 /pkgs/development
parent5188b4bad23436529e956f8c56a3c0d1f9c18aaf (diff)
python312Packages.botocore-stubs: 1.34.129 -> 1.34.130
Diffstat (limited to 'pkgs/development')
-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 ee72f50008bf6..07ae07b7ab76a 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.129";
+  version = "1.34.130";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-Ub/NAA2bafFkucZMYhUYmvx6hgm8Jj+Tmr0QcEzah6Q=";
+    hash = "sha256-+SNkDfr2PHydE+uErlus9kR3Oab1+I1FC4fbDToaBNk=";
   };
 
   nativeBuildInputs = [ poetry-core ];