Commit 7e8c5388 authored by R. RyanTM's avatar R. RyanTM
Browse files

whisper-ctranslate2: 0.5.5 -> 0.5.6

parent 921addc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:
let
  pname = "whisper-ctranslate2";
  version = "0.5.5";
  version = "0.5.6";
in
python3Packages.buildPythonApplication {
  inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
    owner = "Softcatala";
    repo = "whisper-ctranslate2";
    tag = version;
    hash = "sha256-YK7PoZwu7kB2rxA14iTeWyy+Ya5/eoxq0c8DKb4UCT4=";
    hash = "sha256-IgHTSOlF6fBX0oLWejKO5510e9M7ZTQf4CiIlb2xalM=";
  };

  build-system = [ python3Packages.setuptools ];