guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 93d3d30dd9523504d679df356ebb9e71b925eb3d
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Jan 21 10:15:46 2026 +0100

    gnu: emacs-ellama: Update to 1.10.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 1.10.11.
    
    Change-Id: Id678fe113b521a98ff2db2c041514d9481f9f7ae
---
 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 8ebf0ecb11..f118473f18 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6808,7 +6808,7 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-ellama
   (package
     (name "emacs-ellama")
-    (version "1.9.0")
+    (version "1.10.11")
     (source
      (origin
        (method git-fetch)
@@ -6818,7 +6818,7 @@ that the binary uses instead of the actual binary 
contents.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09xzn4daf80w7x6kbj2b8az89viv66sh367kxlxymr7rsznq1a7q"))))
+         "1sn6b8qfjgf8vx7sffzv8irhsk5ciy24q58ynfr354k5jpxxxkqm"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to