python312Packages.botocore-stubs: 1.35.79 -> 1.35.80

This commit is contained in:
Fabian Affolter
2024-12-13 13:22:22 +01:00
parent fe88a9b9ee
commit 6bdbac7f7a
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.35.79";
version = "1.35.80";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-wMXwaH0C3c4kcwN8zs8KtjTqNYWnRu6J+bRLV9BGJ4Q=";
hash = "sha256-TICQHfw7yMxxe9bNZBEBu35/BTkhhxZaMqvdZqSiWuY=";
};
nativeBuildInputs = [ setuptools ];