Archived
1
0
Fork 0

gnu: mu: Update to 1.4.7.

* gnu/packages/mail.scm (mu): Update to 1.4.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-07 15:37:34 +02:00
parent 897897bda3
commit 6cff0af0d1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -711,15 +711,15 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(define-public mu (define-public mu
(package (package
(name "mu") (name "mu")
(version "1.4.6") (version "1.4.7")
(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/"
"download/" version "/" "download/1,4.7/" ; sic
"mu-" version ".tar.xz")) "mu-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"15spbplf9p8cdxqfwnv3x67451sfpna9q5n2kgqqwh2y78i7zlhc")))) "19qmz9fgnjpj0cxb8y9nb2dfk7pc0a9kwfiysa0f13ps3d5k4mhm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)