python3Packages.boto3-stubs: 1.43.22 -> 1.43.23

This commit is contained in:
Fabian Affolter
2026-06-05 09:19:03 +02:00
parent 053387cc2f
commit 77fea16658

View File

@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.22";
version = "1.43.23";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-eDiZ0br4cPabtd0o3rgBiqkUOM9sQHaRzFl6f2dTu6w=";
hash = "sha256-LFAeGxELocL2mFVofNOMqvNDIauRB2eN84A+x4NRBac=";
};
build-system = [ setuptools ];