diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-10-20 17:47:13 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-10-20 17:47:13 +0300 |
commit | 9137596179193434c3ddde3f4ee41552c3db6f13 (patch) | |
tree | 30c3e849bd85e20f961ef2c6f42a28dbf9b0c6be /gnu/packages | |
parent | 83246854f32ccb30bb4dfa7e8d4aeb4689b8a372 (diff) | |
download | guix-9137596179193434c3ddde3f4ee41552c3db6f13.tar.gz |
gnu: emacs-fill-column-indicator: Update to 1.89.
* gnu/packages/emacs.scm (emacs-fill-column-indicator): Update to 1.89.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 25bb3bd5bc..24736fd6e7 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -2162,7 +2162,7 @@ keep pressing the key until it selects what you want. There's also (define-public emacs-fill-column-indicator (package (name "emacs-fill-column-indicator") - (version "1.81") + (version "1.89") (source (origin (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")) (sha256 (base32 - "1xwyqbjbbicmvhlb85vg4j5snwy1vd7rfk89ws4viws5ljkhhyg8")))) + "09ab01np14bdcsr38xf95kpnvxzqr46mdjmphg3pigwnx39a3jvg")))) (build-system emacs-build-system) (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator") (synopsis "Graphically indicate the fill column") |