python312Packages.boto3-stubs: 1.34.117 -> 1.34.118

This commit is contained in:
Fabian Affolter
2024-06-04 09:24:50 +02:00
parent e8fd573012
commit 4904375bac
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.117";
version = "1.34.118";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-2awDTdlD1UXR8GeteXbNvHKcaJ0WyWG4vCbsWVg4vqw=";
hash = "sha256-4og35CsVe1kBgYtLSf5ovs4msXlXqasQyv7MI3PoyLo=";
};
build-system = [ setuptools ];