me
/
guix
Archived
1
0
Fork 0

gnu: emacs-marginalia: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.9.
master
Nicolas Goaziou 2021-10-11 18:08:22 +02:00
parent ea3709062c
commit 601d9972de
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -8380,7 +8380,7 @@ and present results either as single emails or full trees.")
(define-public emacs-marginalia
(package
(name "emacs-marginalia")
(version "0.8")
(version "0.9")
(source
(origin
(method git-fetch)
@ -8389,7 +8389,7 @@ and present results either as single emails or full trees.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1d6xbidxcxd5gxs5cjxbx1i1wdcmgdnn3hh7fxz0sgf1gaxyp5kv"))))
(base32 "19l3fwh6phd17rssxk30v2380bs04x7w6cb3hjy4mx7vkc7w6ymv"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/marginalia")
(synopsis "Marginalia in the minibuffer completions")