guix-commits
[Top][All Lists]
Advanced

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

21/28: gnu: mu: Update to 1.10.7.


From: guix-commits
Subject: 21/28: gnu: mu: Update to 1.10.7.
Date: Sun, 17 Sep 2023 08:26:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22fc2f9ab27f3a7f246e06105df0b8679c44d019
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

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



reply via email to

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