mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: mu: Update to 1.4.13.
* gnu/packages/mail.scm (mu): Update to 1.4.13.
This commit is contained in:
parent
a62aadf216
commit
38265b55db
1 changed files with 2 additions and 2 deletions
|
@ -747,7 +747,7 @@ (define-public emacs-mew
|
||||||
(define-public mu
|
(define-public mu
|
||||||
(package
|
(package
|
||||||
(name "mu")
|
(name "mu")
|
||||||
(version "1.4.12")
|
(version "1.4.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/djcb/mu/releases/"
|
(uri (string-append "https://github.com/djcb/mu/releases/"
|
||||||
|
@ -755,7 +755,7 @@ (define-public mu
|
||||||
"mu-" version ".tar.xz"))
|
"mu-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kix5xzkwfwh2l4pygr4vvz52rairjibqj401mf1n1fsjyv5qacq"))))
|
"13kfpr77qrnp3i5qnb5zd03frd3fdviggnl50973gdk0hr7m0smj"))))
|
||||||
(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 a new issue