guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mu: Update to 1.6.6.


From: guix-commits
Subject: branch master updated: gnu: mu: Update to 1.6.6.
Date: Wed, 22 Sep 2021 16:19:11 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 904c3d6  gnu: mu: Update to 1.6.6.
904c3d6 is described below

commit 904c3d69102d44133b4bfeeb55da09c603f78dcd
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Sep 22 16:18:38 2021 -0400

    gnu: mu: Update to 1.6.6.
    
    * gnu/packages/mail.scm (mu): Update to 1.6.6.
---
 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 87f00dd..1e36b17 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1174,7 +1174,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.6.5")
+    (version "1.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
@@ -1182,7 +1182,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "0irqr1z1ljmij2vbj8dr8w9mbfalzikxr4s6340jjwmkmhaslh2h"))))
+                "1da3ykqnba3axggxyzsh3kjhy0rbdfdh9pnwprbzww56y8h3vka2"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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