Unverified Commit 3e4efae0 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.modelscope: 1.35.4 -> 1.36.2 (#514482)

parents 82adf3f1 8e1dc59e
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.4";
  version = "1.36.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "modelscope";
    repo = "modelscope";
    tag = "v${finalAttrs.version}";
    hash = "sha256-n33vf7GC4Oucw4/dWXeXeThRrkmSCk1rfS4BWzOxl7I=";
    hash = "sha256-Cf6s5AujXL5kP7OPVbYSvfkvtAYH/XQJy1BKA8f3sGs=";
  };

  build-system = [ setuptools ];