~ruther/guix-local

2dc6dd6f7e6d4e08403d44a0492d0091fccba3da — Ashish SHUKLA 1 year, 3 months ago d304311
gnu: emacs-llama: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.6.0.

Change-Id: I713ffb3549edc8325d19e31e90f2a06b678ea0b6
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
1 files changed, 2 insertions(+), 2 deletions(-)

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


@@ 1780,7 1780,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd"))))
                "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j"))))
    (build-system emacs-build-system)
    (arguments
     (list #:tests? #true