python313Packages.boto3-stubs: 1.42.26 -> 1.42.27

This commit is contained in:
Fabian Affolter
2026-01-15 14:38:35 +01:00
parent ad5f5e9710
commit 883f8b1cb2
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.26";
version = "1.42.27";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-U3s4gorgNqQKwQP8K8xSDpM3WYFtqcq/v+zp7RddfH4=";
hash = "sha256-nDVSG3BKC5970s4ibQfW65TAw11WY/t6LnUh10fO+Wc=";
};
build-system = [ setuptools ];