Skip to content

Commit

Permalink
python310Packages.aliyun-python-sdk-cdn: 3.7.2 -> 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 21, 2022
1 parent 638ffd1 commit 2a22e45
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.7.2";
version = "3.7.5";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-wbVkoNu9ffMpuivUGg+PAya099xMbU0Ehvl0++ud+WE=";
hash = "sha256-XeS/ufl+cRW3aqm/1dJ0Crq/pT3Mp0eh02vTm2rCWuI=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2a22e45

Please sign in to comment.