ngz pushed a commit to branch master
in repository guix.

commit 8dddba665bcf79878ac1a1a0ee6ec17c9855d385
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 10:59:31 2024 +0100

    gnu: emacs-ellama: Update to 0.13.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.13.0.
    
    Change-Id: If06d02165090a3de31c7fb505880173a9b40b32a
---
 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 40a76233db..a2fb38f7d7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5469,7 +5469,7 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-ellama
   (package
     (name "emacs-ellama")
-    (version "0.11.14")
+    (version "0.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5477,7 +5477,7 @@ that the binary uses instead of the actual binary 
contents.")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256 (base32
-                       
"1nkd6dvmad54w2x13agmzfqmhil3rh8dw5v23brna9ldl1x0ap57"))))
+                       
"1abjp70q9ms6kdd1rs4zcrqzz0hfy7a5bizgl0ddrx7r0sfk9r06"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-compat emacs-dash emacs-llm emacs-spinner))
     (home-page "https://github.com/s-kostyaev/ellama";)

Reply via email to