Merge pull request #306521 from r-ryantm/auto-update/ctranslate2

ctranslate2: 4.2.0 -> 4.2.1
This commit is contained in:
Martin Weinelt 2024-04-24 17:07:13 +02:00 committed by GitHub
commit 2d395a17b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-P/aXrzaCF6Rz99Pz9CkpR/FlWXCj04q/4swiAddcwKk=";
hash = "sha256-Bg25HL7BDM+SHtM0m7mJ3mAdpFe4kefdiDx5Ek1pQBs=";
fetchSubmodules = true;
};

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonRelaxDepsHook
# build-system
, setuptools
@ -30,6 +31,11 @@ buildPythonPackage rec {
build-system = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"tokenizers"
];
dependencies = [