mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-llm: Fix style.
* gnu/packages/emacs-xyz.scm (emacs-llm): Fix style. Change-Id: Ia6638963bf19b916ac40a64e967bbe10c9eccf06 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
fbd97a53e6
commit
eebbf51657
1 changed files with 10 additions and 11 deletions
|
@ -1878,22 +1878,21 @@ syntax for short lambda.")
|
|||
(package
|
||||
(name "emacs-llm")
|
||||
(version "0.24.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ahyatt/llm")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kza3jzabp5ilapi3a0ycrc26gvj6s2nf3x1ly4c8d3si6fdlx61"))))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ahyatt/llm")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kza3jzabp5ilapi3a0ycrc26gvj6s2nf3x1ly4c8d3si6fdlx61"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; there are no tests
|
||||
#:tests? #f))
|
||||
(propagated-inputs (list emacs-plz
|
||||
emacs-plz-event-source
|
||||
(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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue