python313Packages.boto3-stubs: 1.42.28 -> 1.42.29

This commit is contained in:
Fabian Affolter
2026-01-15 23:57:33 +01:00
parent 85d38be48d
commit 85ca14e72e
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.28";
version = "1.42.29";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-bug70UV9Y3cTDXCfyw+LK5XKeSiwZX0Yq7HQjRnbbsk=";
hash = "sha256-fcDiIx8fd/xSgsT8S35GJ8ePqVhR7sFpUt+MaWtnhV8=";
};
build-system = [ setuptools ];