gnu: emacs-marginalia: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.14.
This commit is contained in:
parent
43e9343351
commit
6a2a545ba1
@ -9418,7 +9418,7 @@ expansion and overwriting the marked region with a new snippet completion.")
|
|||||||
(define-public emacs-marginalia
|
(define-public emacs-marginalia
|
||||||
(package
|
(package
|
||||||
(name "emacs-marginalia")
|
(name "emacs-marginalia")
|
||||||
(version "0.13")
|
(version "0.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -9427,7 +9427,7 @@ expansion and overwriting the marked region with a new snippet completion.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qk6j7l39z92h4kvvbwcs85ilyx3d6y0l8zm33iar2pjnyks1kq3"))))
|
(base32 "1gbcjw447vxd3ivfjgnya2ix3w791kvbika1v9bzj8s7i996fb6f"))))
|
||||||
(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")
|
||||||
|
Loading…
Reference in New Issue
Block a user