summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-08-05 12:16:30 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-05 12:56:19 +0200
commitf6c5051ab2173ecfb7a66d70dc2c77a30267a1a7 (patch)
tree4efd36491dabe64d7984aeb749fbb355cb9fc3af /gnu
parent4de12621f4f661f17fa33c1a3f2c41fb8e2d1cba (diff)
gnu: mg: Update to 20250523.
* gnu/packages/text-editors.scm (mg): Update to 20250523. Change-Id: Iadf16e1db9015eddb809b554ff77f6de8be72f24 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/text-editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index e1c69ceb607..baf526b4fef 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -959,7 +959,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
(define-public mg
(package
(name "mg")
- (version "20240709")
+ (version "20250523")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -968,7 +968,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
(file-name (git-file-name name version))
(sha256
(base32
- "02q3976glcih0icqvfz2fxrc723si57q080ba4ali5hw4wwggnk4"))
+ "1a08jvljmysangmwzv9ga84iy0s7afr7vb1gabivrxagkb5j70f5"))
(modules '((guix build utils)))
(snippet '(begin
(substitute* "GNUmakefile"