mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-llm: Update to 0.27.0.
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.27.0. [arguments]: Activate tests. Change-Id: Ief04ea664fdeebbafa3866769c7cc26f7852a8c4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
2cefa7003c
commit
c9788777d2
1 changed files with 5 additions and 4 deletions
|
@ -2080,7 +2080,7 @@ syntax for short lambda.")
|
|||
(define-public emacs-llm
|
||||
(package
|
||||
(name "emacs-llm")
|
||||
(version "0.24.2")
|
||||
(version "0.27.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2089,12 +2089,13 @@ syntax for short lambda.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kza3jzabp5ilapi3a0ycrc26gvj6s2nf3x1ly4c8d3si6fdlx61"))))
|
||||
(base32 "0ribldwvgr6ij79xap7606rnaiyl34d7qvpg06p8q2nwi5k8z3dc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; there are no tests
|
||||
#:tests? #f))
|
||||
#:test-command #~(list "emacs" "--batch"
|
||||
"-l" "llm-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs (list emacs-plz emacs-plz-event-source
|
||||
emacs-plz-media-type))
|
||||
(home-page "https://github.com/ahyatt/llm")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue