This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cbda83ad5a gnu: mg: Update to 20260227.
cbda83ad5a is described below

commit cbda83ad5a338747c0a9fc5c5c21bfd4250be214
Author: Spencer King <[email protected]>
AuthorDate: Fri Mar 6 02:13:00 2026 -0600

    gnu: mg: Update to 20260227.
    
    * gnu/packages/text-editors.scm (mg): Update to 20260227.
    
    Merges guix/guix!6926
    
    Change-Id: I93b0817433d9af1b6edfbe0cb75f28486d631cc6
    Signed-off-by: Cayetano Santos <[email protected]>
---
 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 8753763ac5..3fd86b166e 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -33,7 +33,7 @@
 ;;; Copyright © 2023 Jaeme Sifat <[email protected]>
 ;;; Copyright © 2023 David Pflug <[email protected]>
 ;;; Copyright © 2024 Herman Rimm <[email protected]>
-;;; Copyright © 2024, 2025 Spencer King <[email protected]>
+;;; Copyright © 2024-2026 Spencer King <[email protected]>
 ;;; Copyright © 2024 Murilo <[email protected]>
 ;;; Copyright © 2025 Ashvith Shetty <[email protected]>
 ;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
@@ -851,7 +851,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
 (define-public mg
   (package
     (name "mg")
-    (version "20250523")
+    (version "20260227")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -860,7 +860,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 
can be used on
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1a08jvljmysangmwzv9ga84iy0s7afr7vb1gabivrxagkb5j70f5"))
+                "0l4ngmarslrdrd8p2yz4lj868xgd8rhjga6490p3jimkxfwn1asx"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (substitute* "GNUmakefile"

Reply via email to