* [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1.
@ 2024-12-03 10:23 Roman Scherer
2024-12-11 1:38 ` bug#74665: " Hilton Chain
0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-12-03 10:23 UTC (permalink / raw)
To: 74665
Cc: Roman Scherer, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.19.1.
Change-Id: I8a56b6a9cdfef6b072c675f5c536fb203ce0c53e
---
gnu/packages/emacs-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11518d9e7f..a3a9dc2dde 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1744,7 +1744,7 @@ (define-public emacs-llama
(define-public emacs-llm
(package
(name "emacs-llm")
- (version "0.17.4")
+ (version "0.19.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1753,9 +1753,11 @@ (define-public emacs-llm
(file-name (git-file-name name version))
(sha256
(base32
- "0vq7209wi20jw28m4v0fsca2i9k6vqn844fqkpyc8c95ranm0c1l"))))
+ "0k7fr8r05x72xpcw7bl0bih4cz9p3vmgasfxv06a49v81jna10ip"))))
(build-system emacs-build-system)
- (propagated-inputs (list emacs-plz))
+ (propagated-inputs (list emacs-plz
+ emacs-plz-event-source
+ emacs-plz-media-type))
(home-page "https://github.com/ahyatt/llm")
(synopsis "Emacs library abstracting Large Language Model capabilities")
(description
base-commit: 2756c660fb2d9e2fe3e1fd0898e4d7038c8273c7
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74665: [PATCH] gnu: emacs-llm: Update to 0.19.1.
2024-12-03 10:23 [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1 Roman Scherer
@ 2024-12-11 1:38 ` Hilton Chain
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain @ 2024-12-11 1:38 UTC (permalink / raw)
To: Roman Scherer
Cc: Katherine Cox-Buday, 74665-done, Liliana Marie Prikler,
Andrew Tropin
Hi Roman,
On Tue, 03 Dec 2024 18:23:03 +0800,
Roman Scherer wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.19.1.
>
> Change-Id: I8a56b6a9cdfef6b072c675f5c536fb203ce0c53e
> ---
> gnu/packages/emacs-xyz.scm | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
Added changelog for inputs change and applied as
73d15ca02bc0f460fd6ec22c1809b78372055d7c, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-11 2:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 10:23 [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1 Roman Scherer
2024-12-11 1:38 ` bug#74665: " Hilton Chain
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.