python313Packages.botocore-stubs: 1.36.5 -> 1.36.6

This commit is contained in:
Fabian Affolter
2025-01-25 09:41:06 +01:00
parent 41e5f81ea7
commit a5f33f7cbd
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.36.5";
version = "1.36.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-5gV/EnugGndwtnGvkkzGWiFNDBSirgVOsW4+pa1HU3I=";
hash = "sha256-9HwwA2pePIQu9zR66yBnqVKVmnucMsfcDtJwQKIxNQ0=";
};
nativeBuildInputs = [ setuptools ];