diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 00:40:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:11 +0100 |
commit | 77100119fb324b69c219d358ea7224441cc70519 (patch) | |
tree | e7f7b0d4585f0e3e2032bc42bcb8910ba208114d /gnu/packages | |
parent | f54d47b87cbdbec410f1d9abaa21863bbb92008a (diff) | |
download | patches-77100119fb324b69c219d358ea7224441cc70519.tar patches-77100119fb324b69c219d358ea7224441cc70519.tar.gz |
gnu: mg: Update to 20180927.
* gnu/packages/text-editors.scm (mg): Update to 20180927.
Diffstat (limited to 'gnu/packages')
-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 4ab6e1e2ec..61f62706e4 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2017 Feng Shu <tumashu@163.com> ;;; Copyright © 2017 ng0 <ng0@n0.is> ;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.org> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> @@ -249,7 +249,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (define-public mg (package (name "mg") - (version "20180408") + (version "20180927") (source (origin (method git-fetch) (uri (git-reference @@ -258,7 +258,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (file-name (git-file-name name version)) (sha256 (base32 - "06w86xk7sjl2x2h3z6msn8kpmwj05qdimcym77wzhz5s94dzh1bl")) + "14vrm8lvwksf697sqks7xfd1xaqjlqjc9afjk33sksq5p27wr203")) (modules '((guix build utils))) (snippet '(begin (substitute* "GNUmakefile" |