[PATCH] gnu: emacs-llm: Update to 0.19.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Roman Scherer
Owner
unassigned
Submitted by
Roman Scherer
Severity
normal
R
R
Roman Scherer wrote on 3 Dec 11:23 +0100
(address . guix-patches@gnu.org)(name . Roman Scherer)(address . roman@burningswell.com)
c4e3392a3f459cadce546b2b262ba11aeecf6516.1733221366.git.roman@burningswell.com
* 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(-)

Toggle diff (31 lines)
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
H
H
Hilton Chain wrote on 11 Dec 02:38 +0100
(name . Roman Scherer)(address . roman@burningswell.com)
87o71j6lsm.wl-hako@ultrarare.space
Hi Roman,

On Tue, 03 Dec 2024 18:23:03 +0800,
Roman Scherer wrote:
Toggle quote (8 lines)
>
> * 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!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74665@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74665
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch