Commit 51bf9bb3 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.modelscope: 1.33.0 -> 1.34.0

parent fa4e65ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

let
  version = "1.33.0";
  version = "1.34.0";
in
buildPythonPackage {
  pname = "modelscope";
@@ -20,7 +20,7 @@ buildPythonPackage {
    owner = "modelscope";
    repo = "modelscope";
    tag = "v${version}";
    hash = "sha256-CEaeO6oD1enGKT87anc3qSynDaN8pTC4utNoMBTvL84=";
    hash = "sha256-Uq8qmU8ZmNRegaWHn1hlDDpRjWjgfecBvJklmhW36eM=";
  };

  build-system = [ setuptools ];