python3Packages.boto3-stubs: 1.43.38 -> 1.43.39

This commit is contained in:
Fabian Affolter
2026-07-01 23:58:22 +02:00
parent c8d6f44c22
commit d7e9b59c62
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.38";
version = "1.43.39";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-VXAQCPqRDWCqKlk6owfRIchakaiSyyQYK8+OxB8pqfU=";
hash = "sha256-PzXmBl1uo+oNEuh1PFJ3BDqQiPRjL7vzF8DE9eBx5mM=";
};
build-system = [ setuptools ];