mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-tablist: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-tablist): Update to 1.0.
This commit is contained in:
parent
52e62bbd76
commit
e038bafe3b
1 changed files with 2 additions and 2 deletions
|
@ -1856,7 +1856,7 @@ (define-public emacs-mmm-mode
|
||||||
(define-public emacs-tablist
|
(define-public emacs-tablist
|
||||||
(package
|
(package
|
||||||
(name "emacs-tablist")
|
(name "emacs-tablist")
|
||||||
(version "0.70")
|
(version "1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1865,7 +1865,7 @@ (define-public emacs-tablist
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gy9hxm7bca0l1hfy2pzn86avpifrz3bs8xzpicj4kxw5wi4ygns"))))
|
"0pzsdg0rm59daw34ppss79cg05z9wnr8nkmdcc48nkd0p69ip2yy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/politza/tablist")
|
(home-page "https://github.com/politza/tablist")
|
||||||
(synopsis "Extension for @code{tabulated-list-mode}")
|
(synopsis "Extension for @code{tabulated-list-mode}")
|
||||||
|
|
Loading…
Reference in a new issue