Skip to content

Commit

Permalink
python311Packages.aliyun-python-sdk-cdn: 3.8.6 -> 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 4, 2023
1 parent 353a67c commit 3e6667c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "aliyun-python-sdk-cdn";
version = "3.8.6";
version = "3.8.7";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-WdpQfyPI3uegJaaIhdu1sXWgWFbyfpzXPKgRIXD+Dp0=";
hash = "sha256-/fhHR/6nepDOKsL69lztUkPqXrV091BLMTSn7O0jvPk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 3e6667c

Please sign in to comment.