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.6.11.


From: guix-commits
Subject: 02/02: gnu: mu: Update to 1.6.11.
Date: Mon, 6 Jun 2022 20:54:30 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 337441609cb3209c416eb40c92b0815b1ba4072c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jun 6 20:33:13 2022 -0400

    gnu: mu: Update to 1.6.11.
    
    * gnu/packages/mail.scm (mu): Update to 1.6.11.
---
 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 aa8a2e5973..53c7785020 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1158,7 +1158,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.6.10")
+    (version "1.6.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
@@ -1166,7 +1166,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "1dh0x4lqnjflb0k8fybr5clqjxv35scf055g1590pr5znam29hhb"))))
+                "13gchks9znyw0axw1wlks7f7h4442rfagmj7kx0jm3qhvi0b5sk0"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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