Merge pull request #225930 from fabaff/aliyun-python-sdk-config-bump

python310Packages.aliyun-python-sdk-config: 2.2.3 -> 2.2.7
This commit is contained in:
Fabian Affolter 2023-04-13 07:39:47 +02:00 committed by GitHub
commit 3b4319550f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-config";
version = "2.2.3";
version = "2.2.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rSywGyd9xpR11u9C0kJsx8RSzYhzZ4mF41ZPQ9PWWqQ=";
hash = "sha256-IJMU16RySVo6nw5PwreZBLETzF8mH5PdZyE+YgoUVYo=";
};
propagatedBuildInputs = [