Merge pull request #260913 from r-ryantm/auto-update/python310Packages.botocore-stubs

python310Packages.botocore-stubs: 1.31.62 -> 1.31.63
This commit is contained in:
Nick Cao 2023-10-14 10:23:29 -04:00 committed by GitHub
commit bc86afb147
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.31.62";
version = "1.31.63";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-LOVV5d/y6R/CK9ZxBlNL8+BZO4ONh/iknTuOh/qDpEA=";
hash = "sha256-hzcVpcIdD0WTYoOTx45Hz5TlOkPkCGOp718WX83PkA8=";
};
nativeBuildInputs = [