From: Roman Scherer <roman@burningswell.com>
To: 74665@debbugs.gnu.org
Cc: Roman Scherer <roman@burningswell.com>,
Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1.
Date: Tue, 3 Dec 2024 11:23:03 +0100 [thread overview]
Message-ID: <c4e3392a3f459cadce546b2b262ba11aeecf6516.1733221366.git.roman@burningswell.com> (raw)
* 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
reply other threads:[~2024-12-03 10:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c4e3392a3f459cadce546b2b262ba11aeecf6516.1733221366.git.roman@burningswell.com \
--to=roman@burningswell.com \
--cc=74665@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).