guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: mu: Update to 1.4.12.


From: guix-commits
Subject: 03/13: gnu: mu: Update to 1.4.12.
Date: Sun, 26 Jul 2020 15:05:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5292f74284a92386944453d0eb648581f81ed0ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 26 15:44:23 2020 +0200

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



reply via email to

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