Merge pull request #245014 from mweinelt/faster-whisper-0.7.0

ctranslate2: 3.16.1 -> 3.17.1; faster-whisper: 0.6.0 -> 0.7.0
This commit is contained in:
Martin Weinelt 2023-07-24 12:08:06 +02:00 committed by GitHub
commit 65a30de0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "3.16.1";
version = "3.17.1";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-6K4TQnm9va+oxwWuKfV+txF7rRBRzE6PoUEDA2v3lEM=";
hash = "sha256-aSYE8+vhCsgZf1gBqJFRK8cn91AxrRutJc3LzHQQHVc=";
fetchSubmodules = true;
};

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "faster-whisper";
version = "0.6.0";
version = "0.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "guillaumekln";
repo = "faster-whisper";
rev = "v${version}";
hash = "sha256-tBajxrAhV7R9VnAzUr7ONAYH9h8Uh/UUeu2YZAAotBo=";
hash = "sha256-p8BJ+Bdvn+AQSUS6b2GeYNh2l4KXfPx3o0kImu7xVgw=";
};
postPatch = ''