[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/28: gnu: mg: Update to 20180927.
From: |
guix-commits |
Subject: |
05/28: gnu: mg: Update to 20180927. |
Date: |
Fri, 3 Jan 2020 07:54:44 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 77100119fb324b69c219d358ea7224441cc70519
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 3 00:40:15 2020 +0100
gnu: mg: Update to 20180927.
* gnu/packages/text-editors.scm (mg): Update to 20180927.
---
gnu/packages/text-editors.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 4ab6e1e..61f6270 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2017 Feng Shu <address@hidden>
;;; Copyright © 2017 ng0 <address@hidden>
;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer <address@hidden>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019 Efraim Flashner <address@hidden>
;;; Copyright © 2019 Andreas Enge <address@hidden>
;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
@@ -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"
- branch master updated (fe9a113 -> b24f561), guix-commits, 2020/01/03
- 03/28: gnu: qbittorrent: Update to 4.2.1., guix-commits, 2020/01/03
- 05/28: gnu: mg: Update to 20180927.,
guix-commits <=
- 01/28: gnu: fasm: Update to 1.73.21., guix-commits, 2020/01/03
- 06/28: gnu: libxls: Update to 1.5.2., guix-commits, 2020/01/03
- 07/28: gnu: protozero: Update to 1.6.8., guix-commits, 2020/01/03
- 02/28: gnu: fasm: Expand acronym in description., guix-commits, 2020/01/03
- 04/28: gnu: beep: Update to 1.4.7., guix-commits, 2020/01/03
- 08/28: gnu: opari2: Update to 2.0.5., guix-commits, 2020/01/03
- 13/28: gnu: eyed3: Update to 0.8.12., guix-commits, 2020/01/03
- 16/28: gnu: samplv1: Update to 0.9.12., guix-commits, 2020/01/03
- 10/28: gnu: musl: Update to 1.1.24., guix-commits, 2020/01/03
- 12/28: gnu: zam-plugins: Update to 3.12., guix-commits, 2020/01/03