python314Packages.boto3-stubs: 1.42.74 -> 1.42.78

This commit is contained in:
Fabian Affolter
2026-03-28 17:38:57 +01:00
parent 3b99152e50
commit 752bba2327
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.74";
version = "1.42.78";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-eBB4I15hx4AAA17OCpK++q+EZ2K2qRvs9rKIczH9AQ0=";
hash = "sha256-QjM1uM6ak15AQFSXhYnNuY2fodS9Rgc9aCG/HD+tjKc=";
};
build-system = [ setuptools ];