gnu: mpop: Update to 1.4.12.

* gnu/packages/mail.scm (mpop): Update to 1.4.12.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-01 20:38:33 +01:00
parent 2836936b91
commit b7e8863d0d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2682,14 +2682,14 @@ (define-public mblaze
(define-public mpop
(package
(name "mpop")
(version "1.4.11")
(version "1.4.12")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz"))
(sha256
(base32 "1gcxvhin5y0q47svqbf90r5aip0cgywm8sq6m84ygda7km8xylwv"))))
(base32 "02j8qfd44dfyq1sq7r9znj9y6wam39ncch1sc8chcdlw5nsmaqsz"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)))