gnu: emacs-marginalia: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.6.master
parent
d9e4298946
commit
13df9f8803
|
@ -7792,7 +7792,7 @@ list of candidates.")
|
||||||
(define-public emacs-marginalia
|
(define-public emacs-marginalia
|
||||||
(package
|
(package
|
||||||
(name "emacs-marginalia")
|
(name "emacs-marginalia")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7801,7 +7801,7 @@ list of candidates.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07vfidgq9am07zz2ydhdifmp4jmgs9jn5l1nfqiyp16sd1br6czj"))))
|
(base32 "1lisns2vghmqlg8wiv6jy15cfgnc8j83khz0vfnmrjwgcmjw3bbz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/minad/marginalia")
|
(home-page "https://github.com/minad/marginalia")
|
||||||
(synopsis "Marginalia in the minibuffer completions")
|
(synopsis "Marginalia in the minibuffer completions")
|
||||||
|
|
Reference in New Issue