whisper-ctranslate2: 0.3.4 -> 0.3.5
This commit is contained in:
parent
01962add7e
commit
0ee604d356
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "whisper-ctranslate2";
|
pname = "whisper-ctranslate2";
|
||||||
version = "0.3.4";
|
version = "0.3.5";
|
||||||
in
|
in
|
||||||
python3.pkgs.buildPythonApplication {
|
python3.pkgs.buildPythonApplication {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication {
|
||||||
owner = "Softcatala";
|
owner = "Softcatala";
|
||||||
repo = "whisper-ctranslate2";
|
repo = "whisper-ctranslate2";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-6tbCEvoOd97/rWC8XwKUS2FJXaB7PKReCctWRaYqUGU=";
|
hash = "sha256-2eBJghncgzIbQKItj0Qng5xwvh9BBHNMxlbjO+tUdVU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue