Unverified Commit a8636efe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.aliyun-python-sdk-cdn: 3.8.3 -> 3.8.5
parents a7869077 15c944c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "aliyun-python-sdk-cdn";
  version = "3.8.3";
  version = "3.8.5";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LsB3u35PLI/3PcuNbdgcxRoEFZ5CpyINEJa4Nw64NPA=";
    hash = "sha256-2bFiOvwbvYy7uw7h0LTX4szSBwgafSYOOixxv+zAYDo=";
  };

  propagatedBuildInputs = [