python3Packages.boto3-stubs: 1.43.29 -> 1.43.31

This commit is contained in:
Fabian Affolter
2026-06-18 16:11:36 +02:00
parent 152fe02d93
commit 1bb333ee9d
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.29";
version = "1.43.31";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-TXgp7KEfAqZS1ys1P72BpRkq5V2fdCW4HRAqUfAdjlg=";
hash = "sha256-/b2tYnqU0wMzJ2TK1K4ms12MSWOvJuuqODUOWA2VTxU=";
};
build-system = [ setuptools ];