[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mu: Update to 1.10.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mu: Update to 1.10.3. |
Date: |
Tue, 20 Jun 2023 04:09:38 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bb09f3ac00 gnu: mu: Update to 1.10.3.
bb09f3ac00 is described below
commit bb09f3ac002a4f34177d42fd3ea0332f4b7fe7a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 20 10:00:21 2023 +0200
gnu: mu: Update to 1.10.3.
* gnu/packages/mail.scm (mu): Update to 1.10.3.
---
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 8408d27e82..d098b3f268 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1208,7 +1208,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
(define-public mu
(package
(name "mu")
- (version "1.10.2")
+ (version "1.10.3")
(source
(origin
(method url-fetch)
@@ -1216,7 +1216,7 @@ security functionality including PGP, S/MIME, SSH, and
SSL.")
version "/mu-" version ".tar.xz"))
(sha256
(base32
- "0mj43lnxr11wg354q8svcqjc403b36igb7ia406yavw6xfk46w9f"))))
+ "0pr4w2afhansi151lx3145rsaf3gxfjx21y26p8jfg0nnvy70ff8"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mu: Update to 1.10.3.,
guix-commits <=