about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-22 08:43:10 +0100
committerGitHub <noreply@github.com>2024-02-22 08:43:10 +0100
commit3ba15c602bea91b6770d2d31b5c022c7e46b17ad (patch)
treeea9e7cdd827cd3b0743075b748a4f1a50d6609eb /pkgs
parentfb0bb72b98203314395e823fbd7334409c9e46a0 (diff)
parent53a26395ccbe4d2cc34487f38ea576d0c12a0a5d (diff)
Merge pull request #290518 from r-ryantm/auto-update/python311Packages.botocore-stubs
python311Packages.botocore-stubs: 1.34.46 -> 1.34.47
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 5cb5e59da2a52..c885bb212ba12 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.46";
+  version = "1.34.47";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-4b+wyj6vsQHP/4ELBPuPelp9MvkANXgyczsNbJ1YgOk=";
+    hash = "sha256-zB+sMY47KPTK5PZk2qFZj80dqof+WzErQCE3t2HtHEY=";
   };
 
   nativeBuildInputs = [