Commit 1b4e7823 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.tencentcloud-sdk-python: 3.1.22 -> 3.1.23

parent 6e600478
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "tencentcloud-sdk-python";
  version = "3.1.22";
  version = "3.1.23";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-+hrBKYO1y0gCJw9odWbUNA7t4DXuSj4Lwr189vO82fM=";
    hash = "sha256-TAhWPyUZu8PKO5tirjQ00djspW177jX1TrqTvS+7YIA=";
  };

  build-system = [ setuptools ];