tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
whisper-ctranslate2: 0.4.2 -> 0.4.3
R. Ryantm
2 years ago
24da8cfa
68f07ded
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
whisper-ctranslate2
default.nix
+2
-2
pkgs/tools/audio/whisper-ctranslate2/default.nix
···
5
}:
6
let
7
pname = "whisper-ctranslate2";
8
-
version = "0.4.2";
9
in
10
python3.pkgs.buildPythonApplication {
11
inherit pname version;
···
17
owner = "Softcatala";
18
repo = "whisper-ctranslate2";
19
rev = version;
20
-
hash = "sha256-q8ofj/MVahBRmE9BSSN9EzadDqJVSxmdTMl53YhrKzY=";
21
};
22
23
propagatedBuildInputs = with python3.pkgs; [
···
5
}:
6
let
7
pname = "whisper-ctranslate2";
8
+
version = "0.4.3";
9
in
10
python3.pkgs.buildPythonApplication {
11
inherit pname version;
···
17
owner = "Softcatala";
18
repo = "whisper-ctranslate2";
19
rev = version;
20
+
hash = "sha256-39kVo4+ZEyjhWbLjw8acW2vJxa3fbQ/tPgnZH3USsYY=";
21
};
22
23
propagatedBuildInputs = with python3.pkgs; [