diff options
author | Paul van der Walt <paul@denknerd.org> | 2015-04-16 09:54:05 +0200 |
---|---|---|
committer | Paul van der Walt <paul@denknerd.org> | 2015-04-16 09:55:22 +0200 |
commit | 945e9c0cefcf8d89939e831114154147cd4eca9a (patch) | |
tree | e7687be7ef9427586dda3bf97040cc3e956c2605 /gnu/packages | |
parent | 09722b11e5e618028051d5f6d14eb13529dc7100 (diff) | |
download | patches-945e9c0cefcf8d89939e831114154147cd4eca9a.tar patches-945e9c0cefcf8d89939e831114154147cd4eca9a.tar.gz |
gnu: mu: Update to 0.9.12.
* gnu/packages/mail.scm (mu): Update to version 0.9.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 6d20b182cd..752f0a9833 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) |