guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mu: Update to 0.9.18.


From: Ricardo Wurmus
Subject: 01/02: gnu: mu: Update to 0.9.18.
Date: Thu, 29 Dec 2016 08:22:43 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit e7b9da2411df231a07709ec85918345189303af7
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 08:58:57 2016 +0100

    gnu: mu: Update to 0.9.18.
    
    * gnu/packages/mail.scm (mu): Update to 0.9.18.
---
 gnu/packages/mail.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index dac3911..c7fc9ea 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -380,15 +380,15 @@ repository and Maildir/IMAP as LOCAL repository.")
 (define-public mu
   (package
     (name "mu")
-    (version "0.9.16")
+    (version "0.9.18")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://github.com/djcb/mu/archive/v";
+              (uri (string-append "https://github.com/djcb/mu/releases/";
+                                  "download/" version "/mu-"
                                   version ".tar.gz"))
-              (file-name (string-append "mu-" version ".tar.gz"))
               (sha256
                (base32
-                "0p7hqri1r1x6750x138cc29mh81kdav2dcim26y58s8an206h25g"))))
+                "02g82zvxfgn17wzy846bfxj0izjj7yklhwdnhwxy1y2kin4fqnb5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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