mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
d304311a39
commit
2dc6dd6f7e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue