Merge pull request #213918 from fabaff/aliyun-python-sdk-cdn-bump

python310Packages.aliyun-python-sdk-cdn: 3.8.0 -> 3.8.1
This commit is contained in:
Nick Cao 2023-02-02 08:39:56 +08:00 committed by GitHub
commit 2ef5217642
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-cdn";
version = "3.8.0";
version = "3.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UOakkvWyWT50lVazEivF5TtAR/E3JpKdT6KNb7YJDBs=";
hash = "sha256-bcAaFwAS9xAbCLtqYtSiALHtlGklHFgGXpgiZZpR6no=";
};
propagatedBuildInputs = [