gnu: emacs-tablist: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-tablist): Update to 1.0.
master
Brian Leung 2019-09-29 03:09:36 +02:00
parent 52e62bbd76
commit e038bafe3b
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 2 additions and 2 deletions

View File

@ -1856,7 +1856,7 @@ single buffer.")
(define-public emacs-tablist
(package
(name "emacs-tablist")
(version "0.70")
(version "1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1865,7 +1865,7 @@ single buffer.")
(file-name (git-file-name name version))
(sha256
(base32
"0gy9hxm7bca0l1hfy2pzn86avpifrz3bs8xzpicj4kxw5wi4ygns"))))
"0pzsdg0rm59daw34ppss79cg05z9wnr8nkmdcc48nkd0p69ip2yy"))))
(build-system emacs-build-system)
(home-page "https://github.com/politza/tablist")
(synopsis "Extension for @code{tabulated-list-mode}")