~ruther/guix-local

3da8621d363e2e75c7ce2693c5427a6ac8d0f8a7 — Nicolas Goaziou 5 months ago 518d61c
gnu: emacs-llama: Update to 1.0.1.

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

Change-Id: I4ed041d774d8480e66a705298f34a1879b79fb19
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -3
@@ 2197,7 2197,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(define-public emacs-llama
  (package
    (name "emacs-llama")
    (version "1.0.0")
    (version "1.0.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 2206,11 2206,11 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0yp1k70pgi45k8gb7xn229g1dzmwnijabvzxgrwacp02n7v1piyh"))))
                "13f5crs3sc0k5v64mhbg1415q9hm92f43ba53avacxjjzk7gzad4"))))
    (build-system emacs-build-system)
    (arguments
     (list #:test-command #~(list "emacs" "-Q" "--batch"
                                  "-l" "llama-test.el"
                                  "-l" "llama-tests.el"
                                  "-f" "ert-run-tests-batch-and-exit")))
    (propagated-inputs (list emacs-compat))
    (home-page "https://github.com/tarsius/llama")