python313Packages.boto3-stubs: 1.42.38 -> 1.42.39

This commit is contained in:
Fabian Affolter
2026-01-31 21:36:50 +01:00
parent 182922d339
commit 7986f5eda9
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.38";
version = "1.42.39";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-ZOPT//RnC2d+8cWUrMoIFw1ENICl/PROydy+FDsrXuQ=";
hash = "sha256-9BMx4YMO0i5lJPpuP5WJfpmw33kO+2N5iz1DGA85haE=";
};
build-system = [ setuptools ];