python314Packages.boto3-stubs: 1.42.67 -> 1.42.68

This commit is contained in:
Fabian Affolter
2026-03-15 15:02:22 +01:00
parent e46b725540
commit 1780fb5d5e
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.67";
version = "1.42.68";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-wN6+zsf6+sQbeXcGjSuw1uGdCEh7PScvzUrV1aSwRcQ=";
hash = "sha256-lq0QIHNWGUg/ubTael5pS0YL8uGPhKNNXRddD/6MRlM=";
};
build-system = [ setuptools ];