python312Packages.boto3-stubs: 1.34.120 -> 1.34.121

This commit is contained in:
Fabian Affolter
2024-06-07 08:43:55 +02:00
parent 4f4846ed59
commit 9693ba8dc8

View File

@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.120";
version = "1.34.121";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-GXkBOFjyXhrti7Xmn60xedVnB1Fsfw9Sr5OYDQCIhWc=";
hash = "sha256-tqLJmBDBbkfVmHKmYSW/6H1a+5e1YTZXoVxoddXjU24=";
};
build-system = [ setuptools ];