mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -315,7 +315,7 @@ (define-public offlineimap
|
|||
(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 @@ (define-public mu
|
|||
(file-name (string-append "mu-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bxryacmas2llj68m2dv8dr1vwx8f5k2i2azh69jajkpqx7i4wdq"))))
|
||||
"0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue