Commit 1dbe65ec authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent e047b195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage (finalAttrs: {
  pname = "tencentcloud-sdk-python";
  version = "3.1.81";
  version = "3.1.82";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = finalAttrs.version;
    hash = "sha256-mOL5YriNoyiJstMIZ34rVXzxmy6BtKlWv6R4W9yngJ8=";
    hash = "sha256-pDV2hDsc0Vn4LgT9aWaaCoZ+smulfP+yblcpHqIJl1I=";
  };

  build-system = [ setuptools ];