about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-09 10:29:09 +0100
committerGitHub <noreply@github.com>2024-02-09 10:29:09 +0100
commit9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0 (patch)
tree31457f35b36ae4d3206b4cf6d04de83ae79421e5
parentd6472c550e4d9f23fb327bb7a299bf12674745ef (diff)
parent067742ea341287ecf607c56c4f350cd987d22029 (diff)
downloadnixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.tar
nixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.tar.gz
nixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.tar.bz2
nixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.tar.lz
nixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.tar.xz
nixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.tar.zst
nixlib-9f4fcd7d23e74ceaa572ea3dba3b14d7aa560cc0.zip
Merge pull request #287415 from fabaff/botocore-stubs-bump
python311Packages.botocore-stubs: 1.34.37 -> 1.34.38
-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 3361e6708439..6c9dffa5e063 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.37";
+  version = "1.34.38";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-1rzqimhyqkbTiQJ9xcAiJB/QogR6i4WKpQBeYVHtMKc=";
+    hash = "sha256-2oA3lMD3BMZuQI/oCaFDzMnH6p4zXpBmKtp9AfweUgg=";
   };
 
   nativeBuildInputs = [