python314Packages.boto3-stubs: 1.42.73 -> 1.42.74

This commit is contained in:
Fabian Affolter
2026-03-24 09:50:32 +01:00
parent 05873d2fdf
commit 3204212d51
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.73";
version = "1.42.74";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-NvYldptVBcS8Yn8WJEuY3p4Q2uOsNvGqDw6+LyAdwTg=";
hash = "sha256-eBB4I15hx4AAA17OCpK++q+EZ2K2qRvs9rKIczH9AQ0=";
};
build-system = [ setuptools ];