python312Packages.aliyun-python-sdk-core: 2.15.2 -> 2.16.0 (#349382)

This commit is contained in:
Fabian Affolter
2024-10-18 09:03:04 +02:00
committed by GitHub
@@ -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;