all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62470] [PATCH] gnu: mu: Update to 1.10.0.
@ 2023-03-26 22:05 Sergey Trofimov
  0 siblings, 0 replies; only message in thread
From: Sergey Trofimov @ 2023-03-26 22:05 UTC (permalink / raw)
  To: 62470; +Cc: Sergey Trofimov

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-26 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 22:05 [bug#62470] [PATCH] gnu: mu: Update to 1.10.0 Sergey Trofimov

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.