python312Packages.boto3-stubs: 1.34.128 -> 1.34.129

This commit is contained in:
Fabian Affolter 2024-06-19 09:29:52 +02:00
parent 9a7660458d
commit 3ae0e8c2fb

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.128";
version = "1.34.129";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-9N/yCKnPAHl6bCsYR6so0LkxqGpBvwDI5PVbN/tmEaU=";
hash = "sha256-CXHgszlO4agOSfTcLoUI3JqHi/kbNNlbsx6Mw0CdFvk=";
};
build-system = [ setuptools ];