python311Packages.botocore-stubs: 1.31.36 -> 1.31.37

This commit is contained in:
Fabian Affolter 2023-08-30 10:46:32 +02:00
parent 743f1b8475
commit e19587ecfa

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 = [