mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-marginalia: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.12.
This commit is contained in:
parent
40fd237fd2
commit
e9a3f8cdd4
1 changed files with 18 additions and 21 deletions
|
@ -8577,30 +8577,27 @@ and present results either as single emails or full trees.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-marginalia
|
(define-public emacs-marginalia
|
||||||
;; Upstream did not tag latest release. The commit below matches version
|
(package
|
||||||
;; bump.
|
(name "emacs-marginalia")
|
||||||
(let ((commit "9229d88ae4757f3439e81f51799758c009838cb4"))
|
(version "0.12")
|
||||||
(package
|
(source
|
||||||
(name "emacs-marginalia")
|
(origin
|
||||||
(version "0.11")
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/minad/marginalia")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/minad/marginalia")
|
(sha256
|
||||||
(commit commit)))
|
(base32 "1a4k00g2pp7mk0x5zhqbxvv2igfjdz6bfy2g3hps2ygf4h12wbhg"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system emacs-build-system)
|
||||||
(sha256
|
(home-page "https://github.com/minad/marginalia")
|
||||||
(base32 "0gaqybj52skqcmxcx6k3zmw6lznzlr1fjvlaraic9m6n85xkvzki"))))
|
(synopsis "Marginalia in the minibuffer completions")
|
||||||
(build-system emacs-build-system)
|
(description
|
||||||
(home-page "https://github.com/minad/marginalia")
|
"This package provides Marginalia mode which adds marginalia to the
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue