mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: emacs-marginalia: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.11.
This commit is contained in:
parent
797f2a15d8
commit
26a19cd3b1
1 changed files with 3 additions and 3 deletions
|
@ -8262,10 +8262,10 @@ (define-public emacs-consult-notmuch
|
||||||
(define-public emacs-marginalia
|
(define-public emacs-marginalia
|
||||||
;; Upstream did not tag latest release. The commit below matches version
|
;; Upstream did not tag latest release. The commit below matches version
|
||||||
;; bump.
|
;; bump.
|
||||||
(let ((commit "2dbad0b166d6dc76862697bb25b95d34c1703acc"))
|
(let ((commit "9229d88ae4757f3439e81f51799758c009838cb4"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-marginalia")
|
(name "emacs-marginalia")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8274,7 +8274,7 @@ (define-public emacs-marginalia
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xb0w7fxbmwbq2mdhs7xrf8z6x6qmkq68p1fv08wb4ksvphyvz5h"))))
|
(base32 "0gaqybj52skqcmxcx6k3zmw6lznzlr1fjvlaraic9m6n85xkvzki"))))
|
||||||
(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 a new issue