mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: emacs-imenu-list: Update to 0.8-0.46008.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008. Fixes in that commit adapt the display function for changes in emacs 27.0.50. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
796c9b0bf5
commit
b66d9db336
1 changed files with 23 additions and 20 deletions
|
@ -2610,19 +2610,22 @@ (define-public emacs-graphviz-dot-mode
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-imenu-list
|
||||
(let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
|
||||
(revision "0")
|
||||
(version "0.8"))
|
||||
(package
|
||||
(name "emacs-imenu-list")
|
||||
(version "0.8")
|
||||
(version (git-version version revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/bmag/imenu-list")
|
||||
(commit (string-append "v" version))))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13xh9bdl3k6ccfq83wjmkpi4269qahv4davki4wq18dr4amrzhlx"))))
|
||||
(base32 "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/bmag/imenu-list")
|
||||
(synopsis
|
||||
|
@ -2632,7 +2635,7 @@ (define-public emacs-imenu-list
|
|||
@code{*Ilist*} that is populated with the current buffer's imenu entries.
|
||||
This buffer is typically shown as a sidebar (Emacs vertically splits the
|
||||
window).")
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-mmm-mode
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue