all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 70810@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#70810] [PATCH] gnu: mg: Update to 20230501.
Date: Mon,  6 May 2024 22:37:03 -0400	[thread overview]
Message-ID: <a8f0298cd7d524ac49adfab436e94def8b230473.1715049423.git.kiasoc5@disroot.org> (raw)

* gnu/packages/text-editors.scm (mg): Update to 20230501.

Change-Id: Ie72901207562488f392d5877e1b41a41067893f4
---
 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 b62efabe6e..bfe35778a1 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -575,7 +575,7 @@ (define-public e3
 (define-public mg
   (package
     (name "mg")
-    (version "20221112")
+    (version "20230501")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -584,7 +584,7 @@ (define-public mg
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wsib91f277xsx3qi8zmjcd9r9cm078rcf8hii0rwipyn04vxy83"))
+                "15wynij770xv0582vhh9sabypl61hcqcb9i4y2vwn0k4r8dx6j0g"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (substitute* "GNUmakefile"

base-commit: 28e74f49fefdc18746d14704a6dbf72d24273e16
-- 
2.39.2





             reply	other threads:[~2024-05-07  2:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07  2:37 kiasoc5 via Guix-patches via [this message]
2024-05-13  9:11 ` bug#70810: [PATCH] gnu: mg: Update to 20230501 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a8f0298cd7d524ac49adfab436e94def8b230473.1715049423.git.kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70810@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.