python314Packages.boto3-stubs: 1.42.50 -> 1.42.51

This commit is contained in:
Fabian Affolter
2026-02-18 10:20:34 +01:00
parent 50176bcbab
commit a6ae236229
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.50";
version = "1.42.51";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-EB0TOaQM7NyJ8D1IAjUadpb0iranU1LK5YAWGJ71tIM=";
hash = "sha256-D9ydekPsV5DABnz6A39AGPmSfCh/3y+c1cmEkXNlbsA=";
};
build-system = [ setuptools ];