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 b4895b4ca7 gnu: llama-cpp: Update to b6101.
b4895b4ca7 is described below

commit b4895b4ca7291ef5cd5dca07a5a862028c156a4f
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sun Aug 10 00:27:50 2025 +0200

    gnu: llama-cpp: Update to b6101.
    
    * gnu/packages/machine-learning.scm (llama-cpp): Update to b6101.
    
    Change-Id: I85d532605d606e3f0d11ea16008ac6c7478093cf
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 79b5cc13ef..34dd73e32e 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -683,7 +683,7 @@ Performance is achieved by using the LLVM JIT compiler.")
   (deprecated-package "guile-aiscm-next" guile-aiscm))
 
 (define-public llama-cpp
-  (let ((tag "b6056"))
+  (let ((tag "b6101"))
     (package
       (name "llama-cpp")
       (version (string-append "0.0.0-" tag))
@@ -695,7 +695,7 @@ Performance is achieved by using the LLVM JIT compiler.")
                (commit tag)))
          (file-name (git-file-name name tag))
          (sha256
-          (base32 "1y9blrd7c8snazjmjkzj0148v328pigncvf1l9g1ih735b67zpd0"))))
+          (base32 "0yz97dk19pxqck9l83wvlwzf1i78wrc55hrk9ynraqybdz7yqjdc"))))
       (build-system cmake-build-system)
       (arguments
        (list

Reply via email to