python314Packages.boto3-stubs: 1.42.49 -> 1.42.50

This commit is contained in:
Fabian Affolter
2026-02-16 23:52:35 +01:00
parent 2f1c0334fc
commit 1c71ef36be
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.49";
version = "1.42.50";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-jtsicmz0tzPgCHM/TUSt3jiet2SLDCLPBxpnX+2Nqqs=";
hash = "sha256-EB0TOaQM7NyJ8D1IAjUadpb0iranU1LK5YAWGJ71tIM=";
};
build-system = [ setuptools ];