python313Packages.botocore-stubs: 1.40.62 -> 1.40.64

This commit is contained in:
Fabian Affolter
2025-11-01 00:07:43 +01:00
parent bacbd7d17e
commit c6972e04f6

View File

@@ -9,13 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore-stubs"; pname = "botocore-stubs";
version = "1.40.62"; version = "1.40.64";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "botocore_stubs"; pname = "botocore_stubs";
inherit version; inherit version;
hash = "sha256-fZXH1kEflCQ/I3cp4NJ8W645GDoHcYPgW2PlKREJF6I="; hash = "sha256-m6tH000Oxxg+BKM1bj+i3/wRru+oRFs3qzV8cJg4/xQ=";
}; };
nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ];