python314Packages.boto3-stubs: 1.42.60 -> 1.42.62

This commit is contained in:
Fabian Affolter
2026-03-06 18:47:44 +01:00
parent 4791ddfcaa
commit c1a49f62c6
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.60";
version = "1.42.62";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-a20mFPRNBCJ11QcLsNWQAbtmWt41OqSarbNJ94B38Ig=";
hash = "sha256-We6ip2ivdKj9li8KLDn5s6qJdTKkmiW6dHrz5Lrl+FM=";
};
build-system = [ setuptools ];