mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-llm: Update to 0.19.1.
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.19.1. [propagated-inputs]: Add emacs-plz-event-source, emacs-plz-media-type. Change-Id: I8a56b6a9cdfef6b072c675f5c536fb203ce0c53e Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
76b3172cb6
commit
73d15ca02b
1 changed files with 5 additions and 3 deletions
|
@ -1744,7 +1744,7 @@ syntax for short lambda.")
|
|||
(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 @@ syntax for short lambda.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue