guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: mu: Update to 1.4.7.


From: guix-commits
Subject: 03/04: gnu: mu: Update to 1.4.7.
Date: Wed, 27 May 2020 20:35:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6cff0af0d198fa51ef487fa61dc5f215d2cb1ccc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 7 15:37:34 2020 +0200

    gnu: mu: Update to 1.4.7.
    
    * gnu/packages/mail.scm (mu): Update to 1.4.7.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fa0b22c..b44afd3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -711,15 +711,15 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.4.6")
+    (version "1.4.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
-                                  "download/"  version "/"
+                                  "download/1,4.7/" ; sic
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "15spbplf9p8cdxqfwnv3x67451sfpna9q5n2kgqqwh2y78i7zlhc"))))
+                "19qmz9fgnjpj0cxb8y9nb2dfk7pc0a9kwfiysa0f13ps3d5k4mhm"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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