python312Packages.botocore-stubs: 1.35.80 -> 1.35.81

This commit is contained in:
Fabian Affolter
2024-12-16 16:40:09 +01:00
parent 236f9a227d
commit dea1ccd1f8
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.35.80";
version = "1.35.81";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-TICQHfw7yMxxe9bNZBEBu35/BTkhhxZaMqvdZqSiWuY=";
hash = "sha256-03WWg6eDQFPQdNdfqxL7Cf22unPkkds3o/+X7z3/XRI=";
};
nativeBuildInputs = [ setuptools ];