me
/
guix
Archived
1
0
Fork 0

gnu: emacs-marginalia: Update to 0.14.

* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.14.
master
Nicolas Goaziou 2022-09-09 21:30:49 +02:00
parent 43e9343351
commit 6a2a545ba1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9418,7 +9418,7 @@ expansion and overwriting the marked region with a new snippet completion.")
(define-public emacs-marginalia
(package
(name "emacs-marginalia")
(version "0.13")
(version "0.14")
(source
(origin
(method git-fetch)
@ -9427,7 +9427,7 @@ expansion and overwriting the marked region with a new snippet completion.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qk6j7l39z92h4kvvbwcs85ilyx3d6y0l8zm33iar2pjnyks1kq3"))))
(base32 "1gbcjw447vxd3ivfjgnya2ix3w791kvbika1v9bzj8s7i996fb6f"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/marginalia")
(synopsis "Marginalia in the minibuffer completions")