python313Packages.botocore-stubs: 1.42.32 -> 1.42.34

This commit is contained in:
Fabian Affolter
2026-01-24 00:29:56 +01:00
parent c595330103
commit 867587a026
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "botocore-stubs";
version = "1.42.32";
version = "1.42.34";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit (finalAttrs) version;
hash = "sha256-UwJ/N//X1EDZotjdhFcXF+EdhATx6Nu+dRGWQK0/yPk=";
hash = "sha256-89HFtFwsvhb2Nxmr5jmyOh7rP+ycPqCnJohYW0YujOM=";
};
build-system = [ setuptools ];