[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mu: Update to 0.9.12.
From: |
Paul |
Subject: |
01/01: gnu: mu: Update to 0.9.12. |
Date: |
Thu, 16 Apr 2015 07:56:56 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 945e9c0cefcf8d89939e831114154147cd4eca9a
Author: Paul van der Walt <address@hidden>
Date: Thu Apr 16 09:54:05 2015 +0200
gnu: mu: Update to 0.9.12.
* gnu/packages/mail.scm (mu): Update to version 0.9.12.
---
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 6d20b18..752f0a9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -309,7 +309,7 @@ repository and Maildir/IMAP as LOCAL repository.")
(define-public mu
(package
(name "mu")
- (version "0.9.11")
+ (version "0.9.12")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/archive/v"
@@ -317,7 +317,7 @@ repository and Maildir/IMAP as LOCAL repository.")
(file-name (string-append "mu-" version ".tar.gz"))
(sha256
(base32
- "01n1lzq4pfsm5pn932p948d1z55yqc7kkm1ifjxjchb3k8lr66fh"))))
+ "1bxryacmas2llj68m2dv8dr1vwx8f5k2i2azh69jajkpqx7i4wdq"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)