python312Packages.aliyun-python-sdk-core: 2.15.2 -> 2.16.0

Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-core/ChangeLog.txt
This commit is contained in:
Fabian Affolter 2024-10-17 23:28:20 +02:00
parent 195f72463d
commit 1313f9e8f8

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-core";
version = "2.15.2";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VPZqU+GTxhxeFupFBaDKtDVD+K0u8igz9pxNXlFRwX0=";
hash = "sha256-ZRyq1ZfrOdT61s+FEz3/6Sg31TvfYtudjzfatlCLuPk=";
};
pythonRelaxDeps = true;