tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
whisper-ctranslate2: 0.5.3 -> 0.5.4
R. Ryantm
7 months ago
9afaaeb9
ee11c0fe
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wh
whisper-ctranslate2
package.nix
+2
-2
pkgs/by-name/wh/whisper-ctranslate2/package.nix
···
8
8
}:
9
9
let
10
10
pname = "whisper-ctranslate2";
11
11
-
version = "0.5.3";
11
11
+
version = "0.5.4";
12
12
in
13
13
python3Packages.buildPythonApplication {
14
14
inherit pname version;
···
18
18
owner = "Softcatala";
19
19
repo = "whisper-ctranslate2";
20
20
tag = version;
21
21
-
hash = "sha256-rRxadVYv69Jgzai+ANS6oKHOArTI9vPDPeTybtOySww=";
21
21
+
hash = "sha256-FunrxIZaKecn2g2ZZ9aBN8IMqwfJG2oEQyH8lv7Tjzo=";
22
22
};
23
23
24
24
build-system = [ python3Packages.setuptools ];