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

python310Packages.botocore-stubs: 1.31.64 -> 1.31.78
This commit is contained in:
Fabian Affolter 2023-11-04 10:20:32 +01:00 committed by GitHub
commit 003bfce155
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.64";
version = "1.31.78";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-K1sbzvl1nNMgIyJ1PLrNk2s2rtAwFuUjh98y4aojMwo=";
hash = "sha256-zVUOuUqlDXGds8oAt5/7zEgOPe/tBx4SOiQ9+B3UVDA=";
};
nativeBuildInputs = [