guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 099048a61361bd0a026e601cf188ec06d1218d30
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:39:13 2026 +0100

    gnu: emacs-llama: Update to 1.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-llama): Update to 1.0.3.
    
    Change-Id: I54f5242e7dd8744c42dc952ee295f10b99f13872
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bdc180eef0..47d75c6df6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2482,7 +2482,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
 (define-public emacs-llama
   (package
     (name "emacs-llama")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2491,7 +2491,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qrbw3asmwbqjpqpws8swvcjcmip89hanjmfczwcqassi5qa0h85"))))
+                "1fcribk74shqz757b8i4cybpia7j3x886lxfa5vlzxc3wwlf3x37"))))
     (build-system emacs-build-system)
     (arguments
      (list #:test-command #~(list "emacs" "-Q" "--batch"

Reply via email to