Unverified Commit 2d395a17 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

ctranslate2: 4.2.0 -> 4.2.1
parents 27724cf2 3b02dd73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };

+6 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonRelaxDepsHook

# build-system
, setuptools
@@ -30,6 +31,11 @@ buildPythonPackage rec {

  build-system = [
    setuptools
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [
    "tokenizers"
  ];

  dependencies = [