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

python311Packages.botocore-stubs: 1.34.19 -> 1.34.20
This commit is contained in:
Nick Cao 2024-01-17 11:01:05 -05:00 committed by GitHub
commit 390e6ed05d
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.19";
version = "1.34.20";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-3Rv/db/gpk5nBKjXToD5Shl41YyygQ91Sfocg6yORYw=";
hash = "sha256-6FwnFoWMvtW5NRM/1oFTe2S7mRrU+0PVUpXt//r0lOk=";
};
nativeBuildInputs = [