gnu: emacs-llama: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 1.0.0.
[arguments]: Fix #:test-command.

Change-Id: I6b9ffa30cedd2abc0927df95401e5b6bc8bada2e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Cayetano Santos 2025-08-12 12:22:57 +02:00 committed by Sharlatan Hellseher
parent c5a9cfd471
commit 5fe3a868a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2173,7 +2173,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(define-public emacs-llama
(package
(name "emacs-llama")
(version "0.6.1")
(version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2182,11 +2182,11 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(file-name (git-file-name name version))
(sha256
(base32
"0pa7sdj7rxj8hr3r2lcwz3z04b8b9k61d9j9a7qr1n3n9x9krdjd"))))
"0yp1k70pgi45k8gb7xn229g1dzmwnijabvzxgrwacp02n7v1piyh"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "emacs" "-Q" "--batch"
"-l" "llama.el"
"-l" "llama-test.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs (list emacs-compat))
(home-page "https://github.com/tarsius/llama")