guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: mu: Update to 1.10.5.


From: guix-commits
Subject: 02/02: gnu: mu: Update to 1.10.5.
Date: Sat, 8 Jul 2023 17:46:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 285c41e93f83d054c64f454a7c26672b46ca8efd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200

    gnu: mu: Update to 1.10.5.
    
    * gnu/packages/mail.scm (mu): Update to 1.10.5.
---
 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 7fdbe1085e..c41685f22c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1214,14 +1214,14 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.10.4")
+    (version "1.10.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/djcb/mu/releases/download/v";
                            version "/mu-" version ".tar.xz"))
        (sha256
-        (base32 "1v20fbpg5pd8p0i6lhc4bnx8903hj5jaqan65cmj2hnlm9j7iflf"))))
+        (base32 "0bfclmffcqpb7hsgzvg7ailnnrcpvfv4ljcq7ds0z66n37f97xhs"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config



reply via email to

[Prev in Thread] Current Thread [Next in Thread]