guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b574c34bff9b597512140f9a96a97d01ddad4810
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:45:08 2026 +0100

    gnu: emacs-ellama: Update to 1.11.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 1.11.0.
    [native-inputs]: Add emacs-yaml.
    
    Change-Id: I80e2eb5908ab1b0899e1ede624c2c50d75ae6ab4
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5e4a793a50..d7e6a3954b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6896,7 +6896,7 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-ellama
   (package
     (name "emacs-ellama")
-    (version "1.10.11")
+    (version "1.11.0")
     (source
      (origin
        (method git-fetch)
@@ -6906,7 +6906,7 @@ that the binary uses instead of the actual binary 
contents.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1sn6b8qfjgf8vx7sffzv8irhsk5ciy24q58ynfr354k5jpxxxkqm"))))
+         "1667i7xqa321d0yd8abz55z7srfcqrmqvsazwjaaxx37klydc7a3"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -6923,6 +6923,7 @@ that the binary uses instead of the actual binary 
contents.")
                              "-l" "ellama.el"
                              "-l" "tests/test-ellama.el"
                              "-f" "ert-run-tests-batch-and-exit")))
+    (native-inputs (list emacs-yaml))
     (propagated-inputs (list emacs-compat emacs-llm emacs-plz))
     (home-page "https://github.com/s-kostyaev/ellama";)
     (synopsis "Tool for interacting with LLMs")

Reply via email to