guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mu: Update to 1.4.8.


From: guix-commits
Subject: 02/02: gnu: mu: Update to 1.4.8.
Date: Sat, 30 May 2020 19:47:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b40ba288f139787a447707aff16b8f06f1e05f04
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 31 01:30:08 2020 +0200

    gnu: mu: Update to 1.4.8.
    
    * gnu/packages/mail.scm (mu): Update to 1.4.8.
---
 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 8fb2a3c..1a81389 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.7")
+    (version "1.4.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
-                                  "download/1,4.7/" ; sic
+                                  "download/" version "/"
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "19qmz9fgnjpj0cxb8y9nb2dfk7pc0a9kwfiysa0f13ps3d5k4mhm"))))
+                "0vww8n7r6pfl4jyijhzas3fpdl6v1ndhc99zr1fsamjldxqpxk5m"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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