Unverified Commit ab5b5b8b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.dashscope: 1.25.5 -> 1.25.6 (#478937)

parents 84cf66e5 2fe7f801
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.5";
  version = "1.25.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dashscope";
    repo = "dashscope-sdk-python";
    tag = "v${version}";
    hash = "sha256-HlztUCtLiDd2XztF3bUR411l1xuynYIErZHyWJUp/co=";
    hash = "sha256-rArpiEXiy/HVaNYSwONS71d0SucQ9uIbZcvlyaO/EOI=";
  };

  build-system = [ setuptools ];