Merge pull request #276370 from fabaff/botocore-stubs-bump

python311Packages.botocore-stubs: 1.34.2 -> 1.34.7
This commit is contained in:
Fabian Affolter 2023-12-25 08:59:37 +01:00 committed by GitHub
commit 832a5ebfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.2";
version = "1.34.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-+2DKdWGyqdHdq9xe65YRKy+Xjd+mopS74x0r/1pOZYo=";
hash = "sha256-iPbp3F0ZeZ9KWBO/aTMezo8ze6zziLO5YV+lfAXtJDs=";
};
nativeBuildInputs = [