Archived
1
0
Fork 0

gnu: mpop: Update to 1.4.10.

* gnu/packages/mail.scm (mpop): Update to 1.4.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-10 02:39:45 +02:00
parent 5bc22ba81e
commit bfdce9ffda
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2159,14 +2159,14 @@ converts them to maildir format directories.")
(define-public mpop (define-public mpop
(package (package
(name "mpop") (name "mpop")
(version "1.4.9") (version "1.4.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/" (uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz")) "mpop-" version ".tar.xz"))
(sha256 (sha256
(base32 "0hinmyd4lipy9wi3grwm72vv6xrpf4m08i9g9nlxzxnwfanw885q")))) (base32 "1243hazpiwgvz2m3p48cdh0yw1019i6xjxgc7qyhmxcdy0inb6wy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gnutls" ,gnutls))) `(("gnutls" ,gnutls)))