1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: mu: Update to 0.9.13.

* gnu/packages/mail.scm (mu): Update to 0.9.13.
This commit is contained in:
Paul van der Walt
2015-09-26 21:11:30 +02:00
parent dc5f87f42a
commit c284e78fa4

View File

@@ -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)