Commit 2c1df556 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent dfe609c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "tencentcloud-sdk-python";
  version = "3.0.1155";
  version = "3.0.1156";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    rev = "refs/tags/${version}";
    hash = "sha256-Cl6E4L8q+p7NptXDZWFpSnZJwY+Wbx4z9on9jCmCqBw=";
    hash = "sha256-evhgB8MljJBru+6ovMaUMIwSRcVA+zG+EHYtubSVr7o=";
  };

  build-system = [ setuptools ];