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:
Cayetano Santos 2025-07-25 12:11:52 +02:00 committed by Liliana Marie Prikler
parent 2cefa7003c
commit c9788777d2
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2080,7 +2080,7 @@ syntax for short lambda.")
(define-public emacs-llm (define-public emacs-llm
(package (package
(name "emacs-llm") (name "emacs-llm")
(version "0.24.2") (version "0.27.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2089,12 +2089,13 @@ syntax for short lambda.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0kza3jzabp5ilapi3a0ycrc26gvj6s2nf3x1ly4c8d3si6fdlx61")))) (base32 "0ribldwvgr6ij79xap7606rnaiyl34d7qvpg06p8q2nwi5k8z3dc"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
;; there are no tests #:test-command #~(list "emacs" "--batch"
#:tests? #f)) "-l" "llm-test.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs (list emacs-plz emacs-plz-event-source (propagated-inputs (list emacs-plz emacs-plz-event-source
emacs-plz-media-type)) emacs-plz-media-type))
(home-page "https://github.com/ahyatt/llm") (home-page "https://github.com/ahyatt/llm")