guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: mg: Update to 20221112.


From: guix-commits
Subject: 03/08: gnu: mg: Update to 20221112.
Date: Sun, 27 Nov 2022 06:05:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 004afd079b1879787e6ce524136eee51c3b74fb5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 27 12:47:39 2022 +0200

    gnu: mg: Update to 20221112.
    
    * gnu/packages/text-editors.scm (mg): Update to 20221112.
---
 gnu/packages/text-editors.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 57341cd198..4d472575fa 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -496,7 +496,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
 (define-public mg
   (package
     (name "mg")
-    (version "20220614")
+    (version "20221112")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -505,7 +505,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "145qk4bzys4igv98645vikswv9hqym46chh6xb9d82ihsvjq1wjk"))
+                "1wsib91f277xsx3qi8zmjcd9r9cm078rcf8hii0rwipyn04vxy83"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (substitute* "GNUmakefile"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]