This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7986689cb6 gnu: ctranslate2: Update to 4.7.1.
7986689cb6 is described below

commit 7986689cb620e3c21ce4833e1b3a4dff10cc6494
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Mar 13 10:44:47 2026 +0100

    gnu: ctranslate2: Update to 4.7.1.
    
    * gnu/packages/machine-learning.scm (ctranslate2): Update to 4.7.1.
    
    Change-Id: I8ddf3d1c860e2a56e0d4177fda951e7b19bbaab2
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 735001e013..c896f7da8f 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6176,7 +6176,7 @@ Jax, PyTorch and TensorFlow — with a seamless integration 
between them.")
 (define-public ctranslate2
   (package
     (name "ctranslate2")
-    (version "4.6.3")
+    (version "4.7.1")
     (source
      (origin
        (method git-fetch)
@@ -6184,7 +6184,7 @@ Jax, PyTorch and TensorFlow — with a seamless integration 
between them.")
               (url "https://github.com/OpenNMT/CTranslate2";)
               (commit (string-append "v" version))))
        (file-name (git-file-name "CTranslate2" version))
-       (sha256 (base32 "1msmf1imgvmhji48mjj8cq5y8d8fk8rywqh624vmilfawq75f497"))
+       (sha256 (base32 "09gr7pvc2b4xacjg8jbb20rini51071q2x998h88jr85wp5a8824"))
        (patches (search-patches "ctranslate2-local-build.patch"))))
     (build-system cmake-build-system)
     (arguments

Reply via email to