gnu: emacs-marginalia: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.10.master
parent
fb8e5f530e
commit
563354db48
|
@ -8414,27 +8414,30 @@ and present results either as single emails or full trees.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-marginalia
|
(define-public emacs-marginalia
|
||||||
(package
|
;; Upstream did not tag latest release. The commit below matches version
|
||||||
(name "emacs-marginalia")
|
;; bump.
|
||||||
(version "0.9")
|
(let ((commit "2dbad0b166d6dc76862697bb25b95d34c1703acc"))
|
||||||
(source
|
(package
|
||||||
(origin
|
(name "emacs-marginalia")
|
||||||
(method git-fetch)
|
(version "0.10")
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://github.com/minad/marginalia")
|
(origin
|
||||||
(commit version)))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://github.com/minad/marginalia")
|
||||||
(base32 "19l3fwh6phd17rssxk30v2380bs04x7w6cb3hjy4mx7vkc7w6ymv"))))
|
(commit commit)))
|
||||||
(build-system emacs-build-system)
|
(file-name (git-file-name name version))
|
||||||
(home-page "https://github.com/minad/marginalia")
|
(sha256
|
||||||
(synopsis "Marginalia in the minibuffer completions")
|
(base32 "0xb0w7fxbmwbq2mdhs7xrf8z6x6qmkq68p1fv08wb4ksvphyvz5h"))))
|
||||||
(description
|
(build-system emacs-build-system)
|
||||||
"This package provides Marginalia mode which adds marginalia to the
|
(home-page "https://github.com/minad/marginalia")
|
||||||
|
(synopsis "Marginalia in the minibuffer completions")
|
||||||
|
(description
|
||||||
|
"This package provides Marginalia mode which adds marginalia to the
|
||||||
minibuffer completions. Marginalia are marks or annotations placed at the
|
minibuffer completions. Marginalia are marks or annotations placed at the
|
||||||
margin of the page of a book or in this case helpful colorful annotations
|
margin of the page of a book or in this case helpful colorful annotations
|
||||||
placed at the margin of the minibuffer for your completion candidates.")
|
placed at the margin of the minibuffer for your completion candidates.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-smartparens
|
(define-public emacs-smartparens
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue