python3Packages.boto3-stubs: 1.43.36 -> 1.43.37

This commit is contained in:
Fabian Affolter
2026-06-30 09:47:36 +02:00
parent 8a13013f0e
commit d907cb0473
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.36";
version = "1.43.37";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-Nb3O8PPltrsfH25hq4E/3eDXOVCFEkULbqElCbUWzcs=";
hash = "sha256-Fr5uizegW2n+8iLKxmBJwnYhr+6zlpvI7uBMcdZ/rtU=";
};
build-system = [ setuptools ];