guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: mu: Update to 1.4.9.


From: guix-commits
Subject: 03/06: gnu: mu: Update to 1.4.9.
Date: Mon, 8 Jun 2020 04:37:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b2a9d1525342a611f76342b945df35fd1a391b15
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 8 02:33:28 2020 +0200

    gnu: mu: Update to 1.4.9.
    
    * gnu/packages/mail.scm (mu): Update to 1.4.9.
---
 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 67ed8c4..8337bc7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -711,7 +711,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.4.8")
+    (version "1.4.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
@@ -719,7 +719,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "0vww8n7r6pfl4jyijhzas3fpdl6v1ndhc99zr1fsamjldxqpxk5m"))))
+                "0dgmwdaszh5m7v1py3f9n9f6avb30vrl93g58a1k225iwdsv01d5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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