diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-06 21:02:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 15:37:11 +0100 |
commit | b11481a5428ce04da690735b24cf7fa0e994c263 (patch) | |
tree | 2688498f0df55425b3bbf08ffd3adf377b7d5cbc /gnu/packages/text-editors.scm | |
parent | 7649e4269ef2107da5fbbb1e112f4be00338d0e9 (diff) | |
download | guix-b11481a5428ce04da690735b24cf7fa0e994c263.tar guix-b11481a5428ce04da690735b24cf7fa0e994c263.tar.gz |
gnu: mg: Update to 20171014.
* gnu/packages/text-editors.scm (mg): Update to 20171014.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 0207ca36ab..64f13dd998 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -239,14 +239,14 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (define-public mg (package (name "mg") - (version "20170401") + (version "20171014") (source (origin (method url-fetch) (uri (string-append "https://homepage.boetes.org/software/mg/mg-" version ".tar.gz")) (sha256 (base32 - "1arasswgdadbb265rahq3867r9s54jva6k4m3p5n0f8mgjqhhdha")) + "0hakfikzsml7z0hja8m8mcahrmfy2piy81bq9nccsjplyfc9clai")) (modules '((guix build utils))) (snippet '(begin |