Unverified Commit 283628ce authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.modelscope: 1.35.3 -> 1.35.4 (#509138)

parents 39dfecd2 54753289
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage (finalAttrs: {
  pname = "modelscope";
  version = "1.35.3";
  version = "1.35.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "modelscope";
    repo = "modelscope";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3PG20FqNn8syngxmzxjIr1C8u128RPFj+FjU494QTYA=";
    hash = "sha256-n33vf7GC4Oucw4/dWXeXeThRrkmSCk1rfS4BWzOxl7I=";
  };

  build-system = [ setuptools ];