aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-27 12:47:39 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-27 12:47:39 +0200
commit004afd079b1879787e6ce524136eee51c3b74fb5 (patch)
treed9206a3e68825894c416428d0e36999abbead464 /gnu/packages
parent266c918263d5eca8c6c15ad24202932e08692660 (diff)
downloadguix-004afd079b1879787e6ce524136eee51c3b74fb5.tar.gz
guix-004afd079b1879787e6ce524136eee51c3b74fb5.zip
gnu: mg: Update to 20221112.
* gnu/packages/text-editors.scm (mg): Update to 20221112.
Diffstat (limited to 'gnu/packages')
-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 57341cd198..4d472575fa 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -496,7 +496,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
(define-public mg
(package
(name "mg")
- (version "20220614")
+ (version "20221112")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -505,7 +505,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
(file-name (git-file-name name version))
(sha256
(base32
- "145qk4bzys4igv98645vikswv9hqym46chh6xb9d82ihsvjq1wjk"))
+ "1wsib91f277xsx3qi8zmjcd9r9cm078rcf8hii0rwipyn04vxy83"))
(modules '((guix build utils)))
(snippet '(begin
(substitute* "GNUmakefile"
'msg-avail'>...Ludovic Courtès 2020-01-31gnu: Update opensmtpd configuration grammar....Tobias Geerinckx-Rice 2019-09-21services: dovecot: Fix predicate names for free-form fields...Alexey Abramov 2019-06-20services: opensmtpd: Extend the PAM service....Kristofer Buffington 2019-06-20services: Fix typo in (gnu services mail) exports....Tobias Geerinckx-Rice 2019-05-07services: dovecot: Rename auth-verbose-passwords?....Christopher Baines