[PATCH] gnu: mu: Update to 1.10.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

Sergey Trofimov wrote 2 years ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
20230326220523.1740-1-sarg@sarg.org.ru
* gnu/packages/mail.scm (mu): Update to 1.10.0.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Sergey Trofimov wrote 2 years ago
control message for bug #62470
(address . control@debbugs.gnu.org)
8aed3becaf3a5c5fffbfaaa561957a19.sarg@sarg.org.ru
close 62470
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62470@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62470
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help