diff options
| author | Spencer King <spencer.king@wustl.edu> | 2026-03-06 02:13:00 -0600 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-06 10:12:23 +0100 |
| commit | cbda83ad5a338747c0a9fc5c5c21bfd4250be214 (patch) | |
| tree | cb17dfdda8f4e5c81b0156a774c55402613841c7 /gnu/packages | |
| parent | 1ae39621d29e574dd31f71592fbdf7ce40adcb28 (diff) | |
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 <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/text-editors.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 8753763ac58..3fd86b166e9 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -33,7 +33,7 @@ ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com> ;;; Copyright © 2023 David Pflug <david@pflug.io> ;;; Copyright © 2024 Herman Rimm <herman@rimm.ee> -;;; Copyright © 2024, 2025 Spencer King <spencer.king@wustl.edu> +;;; Copyright © 2024-2026 Spencer King <spencer.king@wustl.edu> ;;; Copyright © 2024 Murilo <murilo@disroot.org> ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in> ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> @@ -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" |
