python314Packages.boto3-stubs: 1.42.55 -> 1.42.56

This commit is contained in:
Fabian Affolter
2026-02-26 08:58:22 +01:00
parent 1f5008809d
commit c69dbfa7e7
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.55";
version = "1.42.56";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-GB9NOhFGYDHKte9vXZ4uohc3b1CQTJiV6kcPomSALJQ=";
hash = "sha256-leTqtDWxuOBeDZd8dvcG783tK5o3XLxFsDHHRY0QCyU=";
};
build-system = [ setuptools ];