python3Packages.boto3-stubs: 1.43.24 -> 1.43.25

This commit is contained in:
Fabian Affolter
2026-06-09 02:09:25 +02:00
parent 2235fae655
commit d2c0334b5f
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.24";
version = "1.43.25";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-G2CDekAXn2aKay9SBv1nrLS/Y2r/LNQB+E/PZRy0yYg=";
hash = "sha256-HhY3fGAi+qKL6QdY/8fRq56STqPv1rSKIMINkc7Y0vw=";
};
build-system = [ setuptools ];