gnu: mpop: Update to 1.4.17.

* gnu/packages/mail.scm (mpop): Update to 1.4.17.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent b950be970a
commit f228c39e2e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2891,14 +2891,14 @@ (define-public mblaze
(define-public mpop
(package
(name "mpop")
(version "1.4.16")
(version "1.4.17")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz"))
(sha256
(base32 "1yc7lsdy9gvlslvljqg34kvcaf4wvrwlvj6h5awkzlp6x9qva3l7"))))
(base32 "1mcbvzdbdr86zsq8zr1zryjrmfiqikckx3648zvdjh99mm5lkbj2"))))
(build-system gnu-build-system)
(inputs
(list gnutls))