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

python311Packages.botocore-stubs: 1.34.18 -> 1.34.19
This commit is contained in:
Nick Cao 2024-01-15 10:51:10 -05:00 committed by GitHub
commit 657ba50394
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.18";
version = "1.34.19";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-xa+muzfKidf72yEJE5AxSFZqDyxg2a6hJW3adnIPF3E=";
hash = "sha256-3Rv/db/gpk5nBKjXToD5Shl41YyygQ91Sfocg6yORYw=";
};
nativeBuildInputs = [