python312Packages.boto3-stubs: 1.34.118 -> 1.34.119

This commit is contained in:
Fabian Affolter 2024-06-05 18:11:48 +02:00
parent 6d01b45628
commit 499e238efc

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.118";
version = "1.34.119";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-4og35CsVe1kBgYtLSf5ovs4msXlXqasQyv7MI3PoyLo=";
hash = "sha256-b5k7bElanMQDyqLqbwYfM4iqWpAYo1u+frbpQ7NMVqA=";
};
build-system = [ setuptools ];