python3Packages.boto3-stubs: 1.43.27 -> 1.43.28

This commit is contained in:
Fabian Affolter
2026-06-12 09:14:16 +02:00
parent 6f32cfdb57
commit 1b9aa40302
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.27";
version = "1.43.28";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-p1ZVLxdk29KeJVq1xFwpEkbEE/u+kEe04IXvDxAQaI0=";
hash = "sha256-G4JqUi5Hf70SFprLaFH3mamHmGNEHKhfbBFmvNRx5Fs=";
};
build-system = [ setuptools ];