python313Packages.botocore-stubs: 1.42.34 -> 1.42.35

This commit is contained in:
Fabian Affolter
2026-01-27 12:39:31 +01:00
parent fdf6995405
commit 08b9219ae8
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "botocore-stubs";
version = "1.42.34";
version = "1.42.35";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit (finalAttrs) version;
hash = "sha256-89HFtFwsvhb2Nxmr5jmyOh7rP+ycPqCnJohYW0YujOM=";
hash = "sha256-N1z5U09vKjW9LJ5wduiPtJ+31YnFqsEp22qf/BNWHK0=";
};
build-system = [ setuptools ];