GNU bug report logs -
#62470
[PATCH] gnu: mu: Update to 1.10.0.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Sun, 26 Mar 2023 22:06:02 UTC
Severity: normal
Tags: patch
Done: Sergey Trofimov <sarg <at> sarg.org.ru>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mail.scm (mu): Update to 1.10.0.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6ef4c6fdab..35c18b239c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1168,7 +1168,7 @@ (define-public emacs-mew
(define-public mu
(package
(name "mu")
- (version "1.8.13")
+ (version "1.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1177,7 +1177,7 @@ (define-public mu
(file-name (git-file-name name version))
(sha256
(base32
- "0y4f5p7pwmaj8733rjzg29038dw33057qlsbsq2wapvp24wcjymr"))))
+ "1fm9rf779m3l5y29c0n45vgigiw48wgj9fyz82iqbkziwmfjsj4p"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config
--
2.39.2
This bug report was last modified 2 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.