python3Packages.boto3-stubs: 1.42.94 -> 1.42.95

This commit is contained in:
Fabian Affolter
2026-04-24 11:22:39 +02:00
parent 2e3ec7d6a5
commit 75eb51e050
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.94";
version = "1.42.95";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-Y+sKBIdjb8woarnz1/Qb4w3sA2u9ericPM0pr+AL2ec=";
hash = "sha256-5sPTA/eUY0vj21nWNr/p1Key5ZZjYraRE/PBD6BjcFQ=";
};
build-system = [ setuptools ];