Commit 609e85bc authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.dashscope: 1.25.3 -> 1.25.4

parent fb8d90e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "dashscope";
  version = "1.25.3";
  version = "1.25.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dashscope";
    repo = "dashscope-sdk-python";
    tag = "v${version}";
    hash = "sha256-5+DcqKhKJhLllOY352M+ZnMSUhJpA/b6RrnDXPZCtHY=";
    hash = "sha256-Y9L7O+Q0V+Ru1sKDWxa7KntM/fJ3OUBsJQR82qrLFmw=";
  };

  build-system = [ setuptools ];