Merge pull request #334791 from fabaff/aliyun-python-sdk-kms-bump

python312Packages.aliyun-python-sdk-kms: 2.16.3 -> 2.16.4
This commit is contained in:
Fabian Affolter 2024-08-16 22:01:33 +02:00 committed by GitHub
commit 9385934a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-kms";
version = "2.16.3";
version = "2.16.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wxt9JOFTJxowQ+gB57a2s/DbR+lag8jRDNq4wRZi/Dk=";
hash = "sha256-DVuxZcB7apcpOXU6EoUHOT9IAReS7g7E9ZtgIeq9l1I=";
};
build-system = [ setuptools ];