python312Packages.boto3-stubs: 1.34.119 -> 1.34.120

This commit is contained in:
Fabian Affolter
2024-06-06 08:34:19 +02:00
parent 2625cfad04
commit 9d43ad1c4e
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.119";
version = "1.34.120";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-b5k7bElanMQDyqLqbwYfM4iqWpAYo1u+frbpQ7NMVqA=";
hash = "sha256-GXkBOFjyXhrti7Xmn60xedVnB1Fsfw9Sr5OYDQCIhWc=";
};
build-system = [ setuptools ];