diff options
author | ng0 <ng0@infotropique.org> | 2017-07-26 14:21:21 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-26 23:13:52 +0200 |
commit | 1a5a8afea0c09d98b8db87dba4955209d8786249 (patch) | |
tree | f6c5e8563e27581808354bb39c8c16f91ba66a0e /gnu/packages/text-editors.scm | |
parent | 9ea61b1c6f0caf9dd3632bce18926444b3d8f30e (diff) | |
download | guix-1a5a8afea0c09d98b8db87dba4955209d8786249.tar guix-1a5a8afea0c09d98b8db87dba4955209d8786249.tar.gz |
gnu: mg: Update to 20170401.
* gnu/packages/text-editors.scm (mg): Update to 20170401.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r-- | gnu/packages/text-editors.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 756c2beab2..7b9732ab8f 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au> ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2017 Feng Shu <tumashu@163.com> -;;; Copyright © 2017 ng0 <ng0@no-reply.pragmatique.xyz> +;;; Copyright © 2017 ng0 <ng0@infotropique.org> ;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.org> ;;; ;;; This file is part of GNU Guix. @@ -234,14 +234,14 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (define-public mg (package (name "mg") - (version "20161005") + (version "20170401") (source (origin (method url-fetch) (uri (string-append "http://homepage.boetes.org/software/mg/mg-" version ".tar.gz")) (sha256 (base32 - "0qaydk2cy765n9clghmi5gdnpwn15y2v0fj6r0jcm0v7d89vbz5p")) + "1arasswgdadbb265rahq3867r9s54jva6k4m3p5n0f8mgjqhhdha")) (modules '((guix build utils))) (snippet '(begin |