andreas pushed a commit to branch master
in repository guix.
commit 78158c05e49a3325adf800d0236f094401a8d7c2
Author: Suhail Singh <[email protected]>
AuthorDate: Sun Mar 30 12:42:34 2025 -0400
gnu: emacs-ellama: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 1.8.1.
Change-Id: I516f99587b0381b8635d1161c56bda5d7db35920
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b1ee1fee21..c79e1e507e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5780,7 +5780,7 @@ that the binary uses instead of the actual binary
contents.")
(define-public emacs-ellama
(package
(name "emacs-ellama")
- (version "1.4.5")
+ (version "1.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5788,9 +5788,9 @@ that the binary uses instead of the actual binary
contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
-
"1d2z7hc2h583g11rr1labmlvfs27336qxgp9q9nv2fh0f9l1qnv4"))))
+
"1019vwrm95ck2gi29mvwd7sy753zgwa3addw2x0qbhvb3r53620v"))))
(build-system emacs-build-system)
- (propagated-inputs (list emacs-compat emacs-dash emacs-llm emacs-spinner))
+ (propagated-inputs (list emacs-compat emacs-llm emacs-plz emacs-transient))
(home-page "https://github.com/s-kostyaev/ellama")
(synopsis "Tool for interacting with LLMs")
(description