python312Packages.boto3-stubs: 1.34.90 -> 1.34.91

This commit is contained in:
Fabian Affolter 2024-04-25 15:07:59 +02:00
parent 5ce4222a3a
commit f71af5d4d9

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.90";
version = "1.34.91";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-yC89uFWOKPdmNhuh7qfHff9zX3L+8qC53/qpwNmudqM=";
hash = "sha256-Ac+9qV1VKF66L5/flpTSa5ORMMytNtOy/VKDuamVk00=";
};
build-system = [ setuptools ];