python3Packages.boto3-stubs: 1.42.95 -> 1.42.96

This commit is contained in:
Fabian Affolter
2026-04-25 10:18:40 +02:00
parent fc189b0758
commit 820a3fc386
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.95";
version = "1.42.96";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-5sPTA/eUY0vj21nWNr/p1Key5ZZjYraRE/PBD6BjcFQ=";
hash = "sha256-HngZw00ero5ePPr50UT9ytZarRhLOASIhx3h0LKFGHk=";
};
build-system = [ setuptools ];