gnu: mu: Update to 0.9.13.
* gnu/packages/mail.scm (mu): Update to 0.9.13.
This commit is contained in:
parent
dc5f87f42a
commit
c284e78fa4
|
@ -315,7 +315,7 @@ repository and Maildir/IMAP as LOCAL repository.")
|
||||||
(define-public mu
|
(define-public mu
|
||||||
(package
|
(package
|
||||||
(name "mu")
|
(name "mu")
|
||||||
(version "0.9.12")
|
(version "0.9.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/djcb/mu/archive/v"
|
(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"))
|
(file-name (string-append "mu-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bxryacmas2llj68m2dv8dr1vwx8f5k2i2azh69jajkpqx7i4wdq"))))
|
"0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue