guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mu: Update to 0.9.13.


From: Paul
Subject: 01/01: gnu: mu: Update to 0.9.13.
Date: Sat, 26 Sep 2015 19:12:18 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit c284e78fa4453fb2045547758995bc61ba182993
Author: Paul van der Walt <address@hidden>
Date:   Sat Sep 26 21:11:30 2015 +0200

    gnu: mu: Update to 0.9.13.
    
    * gnu/packages/mail.scm (mu): Update to 0.9.13.
---
 gnu/packages/mail.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5853b37..53842b3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -315,7 +315,7 @@ repository and Maildir/IMAP as LOCAL repository.")
 (define-public mu
   (package
     (name "mu")
-    (version "0.9.12")
+    (version "0.9.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/archive/v";
@@ -323,7 +323,7 @@ repository and Maildir/IMAP as LOCAL repository.")
               (file-name (string-append "mu-" version ".tar.gz"))
               (sha256
                (base32
-                "1bxryacmas2llj68m2dv8dr1vwx8f5k2i2azh69jajkpqx7i4wdq"))))
+                "0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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