Skip to content

Commit

Permalink
whisper-ctranslate2: 0.5.1 -> 0.5.2 (NixOS#373471)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 13, 2025
2 parents b0e4cdd + a3d10ad commit 6eb8360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wh/whisper-ctranslate2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
let
pname = "whisper-ctranslate2";
version = "0.5.1";
version = "0.5.2";
in
python3Packages.buildPythonApplication {
inherit pname version;
Expand All @@ -17,7 +17,7 @@ python3Packages.buildPythonApplication {
owner = "Softcatala";
repo = "whisper-ctranslate2";
tag = version;
hash = "sha256-y1xCycWUxrLwmnk6tlyag0uN0oo6DRQFeIIBw555VjY=";
hash = "sha256-53sKuaZJcH/i2C4oeKcvxRs3OmkvR3USw6nnPh+i+Eo=";
};

build-system = [ python3Packages.setuptools ];
Expand Down

0 comments on commit 6eb8360

Please sign in to comment.