guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-ellama: Update to 0.9.10.


From: guix-commits
Subject: 02/02: gnu: emacs-ellama: Update to 0.9.10.
Date: Mon, 10 Jun 2024 06:55:04 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 319635c0f473da3de5dd47f57037e7deaa3ab21e
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Mon Jun 10 11:28:40 2024 +0200

    gnu: emacs-ellama: Update to 0.9.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.9.10.
    
    Change-Id: I6e6f160ee88021220df9b6ba8aa6b0c2821ef0b7
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 b9afafb586..2a943f5846 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5003,7 +5003,7 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-ellama
   (package
     (name "emacs-ellama")
-    (version "0.9.1")
+    (version "0.9.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5011,7 +5011,7 @@ that the binary uses instead of the actual binary 
contents.")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256 (base32
-                       
"1nwwqvl91c65r45yxa2dcl4a41r3ahw6294h79riya48nrp8kn54"))))
+                       
"08kfa89m2mz6j5wfc73bwid2384v4kf944q1qymkjg3r53i1a9c7"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
     (home-page "https://github.com/s-kostyaev/ellama";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]