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

python311Packages.botocore-stubs: 1.31.36 -> 1.31.37
This commit is contained in:
Fabian Affolter 2023-08-30 12:36:31 +02:00 committed by GitHub
commit 6a487db516
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.36";
version = "1.31.37";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-8Bjl7T7QPDDFs3+6mPm6ZFCUViVZ+SC+1nkSeC2AW5A=";
hash = "sha256-ZeZRd4391XughIGVct/4vhf1sosHDNPl5bnyJmE/7R0=";
};
nativeBuildInputs = [