guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: mg: Update to 20230501.


From: guix-commits
Subject: 08/11: gnu: mg: Update to 20230501.
Date: Mon, 13 May 2024 04:13:12 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 43cd76fa580750bb90e775ce40a24258e002ab19
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon May 6 22:37:03 2024 -0400

    gnu: mg: Update to 20230501.
    
    * gnu/packages/text-editors.scm (mg): Update to 20230501.
    
    Change-Id: Ie72901207562488f392d5877e1b41a41067893f4
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 300230b76c..4d7c26a6e4 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -575,7 +575,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
 (define-public mg
   (package
     (name "mg")
-    (version "20221112")
+    (version "20230501")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -584,7 +584,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wsib91f277xsx3qi8zmjcd9r9cm078rcf8hii0rwipyn04vxy83"))
+                "15wynij770xv0582vhh9sabypl61hcqcb9i4y2vwn0k4r8dx6j0g"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (substitute* "GNUmakefile"



reply via email to

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