mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c5a9cfd471
commit
5fe3a868a8
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue