Commit c4556b25 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent d5fd2926
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.84";
  version = "3.1.85";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = finalAttrs.version;
    hash = "sha256-nBI2PXgbXNqutstWGuT199OYbbS/Iy9aLGJK3B1s83w=";
    hash = "sha256-8uJNo4gDUlY4oX1cMrJtrwGYc0la2nac+rjHBRoPAj8=";
  };

  build-system = [ setuptools ];