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


From: guix-commits
Subject: branch master updated: gnu: mu: Update to 1.4.6.
Date: Sun, 17 May 2020 15:48:20 -0400

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

nckx pushed a commit to branch master
in repository guix.

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

commit ec944bdde93c73724f3f3fec2ecd0347a964504c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 21:20:32 2020 +0200

    gnu: mu: Update to 1.4.6.
    
    * gnu/packages/mail.scm (mu): Update to 1.4.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 e6728aa..7398c9f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -718,7 +718,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.4.4")
+    (version "1.4.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
@@ -726,7 +726,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "0pmx8zh5fsfhkdl0cr7ydcv6cywhxbgavnjrfr5p2ibz9gx3q3vf"))))
+                "15spbplf9p8cdxqfwnv3x67451sfpna9q5n2kgqqwh2y78i7zlhc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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