gnu: emacs-fill-column-indicator: Update to 1.89.

* gnu/packages/emacs.scm (emacs-fill-column-indicator): Update to 1.89.
This commit is contained in:
Oleg Pykhalov 2018-10-20 17:47:13 +03:00
parent 83246854f3
commit 9137596179
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 2 additions and 2 deletions

View File

@ -2162,7 +2162,7 @@ keep pressing the key until it selects what you want. There's also
(define-public emacs-fill-column-indicator (define-public emacs-fill-column-indicator
(package (package
(name "emacs-fill-column-indicator") (name "emacs-fill-column-indicator")
(version "1.81") (version "1.89")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2171,7 +2171,7 @@ keep pressing the key until it selects what you want. There's also
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xwyqbjbbicmvhlb85vg4j5snwy1vd7rfk89ws4viws5ljkhhyg8")))) "09ab01np14bdcsr38xf95kpnvxzqr46mdjmphg3pigwnx39a3jvg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://www.emacswiki.org/emacs/FillColumnIndicator") (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
(synopsis "Graphically indicate the fill column") (synopsis "Graphically indicate the fill column")