python312Packages.boto3-stubs: 1.34.124 -> 1.34.127

This commit is contained in:
Fabian Affolter
2024-06-14 22:19:43 +02:00
parent 0af50e5d8a
commit 41ba8fb4b5
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.124";
version = "1.34.127";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-X+092AtE6I/k6MLyFiBVGJRGNty8vSgG0E4NGVN68Ws=";
hash = "sha256-D1r5bttxHpNs8zDHket919cptFZJADyRUsvq7SvZCFo=";
};
build-system = [ setuptools ];