python313Packages.boto3-stubs: 1.42.3 -> 1.42.4

This commit is contained in:
Fabian Affolter
2025-12-06 17:35:46 +01:00
parent 8a4c42f11d
commit 1840f9cdff
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.42.3";
version = "1.42.4";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-0JSEs0yDgcDWmLOiNZO9VjHnjQrWoGWRvMfTWP9C1ao=";
hash = "sha256-xsKFPlGz0zD+mGL/qjjgBL7egkfnnZeom+oJ340MNgg=";
};
build-system = [ setuptools ];