python3Packages.boto3-stubs: 1.43.37 -> 1.43.38

This commit is contained in:
Fabian Affolter 2026-07-01 09:42:28 +02:00
commit 02934505ce

View file

@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.37";
version = "1.43.38";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-Fr5uizegW2n+8iLKxmBJwnYhr+6zlpvI7uBMcdZ/rtU=";
hash = "sha256-VXAQCPqRDWCqKlk6owfRIchakaiSyyQYK8+OxB8pqfU=";
};
build-system = [ setuptools ];