Archived
1
0
Fork 0

gnu: mu: Update to 1.6.9.

* gnu/packages/mail.scm (mu): Update to 1.6.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-02 18:55:49 +01:00
parent a40bb0afe0
commit 688f573bb1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1169,15 +1169,15 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(define-public mu
(package
(name "mu")
(version "1.6.6")
(version "1.6.9")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
"download/" version "/"
"download/" version "-signed/"
"mu-" version ".tar.xz"))
(sha256
(base32
"1da3ykqnba3axggxyzsh3kjhy0rbdfdh9pnwprbzww56y8h3vka2"))))
"0n5gvdz6vn6y69f5gx0gndjdl328qjbvi2q048qynhk99w5476cd"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)