Merge pull request #288974 from r-ryantm/auto-update/python311Packages.botocore-stubs

python311Packages.botocore-stubs: 1.34.40 -> 1.34.42
This commit is contained in:
Nick Cao 2024-02-15 09:15:01 -05:00 committed by GitHub
commit 397a50000b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.40";
version = "1.34.42";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-1jIr+5qoggBv5/j8PYqTOmbFYn3PVx5l1lpSM8bBcr4=";
hash = "sha256-0d6bf0/Rw0kYRoYvxjX+qEhKLUxtkikdc2uv7UqwNEs=";
};
nativeBuildInputs = [