python312Packages.boto3-stubs: 1.34.149 -> 1.34.150

This commit is contained in:
Fabian Affolter 2024-07-30 09:38:30 +02:00
parent 960194eca2
commit 1d093bc13b

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.149";
version = "1.34.150";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-PetZsY/HPE++MyT8tSzDx9DMeJM41D4H4O/R7xvA2Yw=";
hash = "sha256-NcxqUmv4jOikBKp4qvkw4ZRO/Lqf57p91z6wAcPXfb4=";
};
build-system = [ setuptools ];