all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergey Trofimov <sarg@sarg.org.ru>
To: 62470@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>
Subject: [bug#62470] [PATCH] gnu: mu: Update to 1.10.0.
Date: Mon, 27 Mar 2023 00:05:23 +0200	[thread overview]
Message-ID: <20230326220523.1740-1-sarg@sarg.org.ru> (raw)

* 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





                 reply	other threads:[~2023-03-26 22:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230326220523.1740-1-sarg@sarg.org.ru \
    --to=sarg@sarg.org.ru \
    --cc=62470@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.