3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mpop: Update to 1.4.4.

* gnu/packages/mail.scm (mpop): Update to 1.4.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-08 22:22:30 +02:00
parent 3f45c6cfcb
commit 05ee17872c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1947,14 +1947,14 @@ converts them to maildir format directories.")
(define-public mpop
(package
(name "mpop")
(version "1.4.3")
(version "1.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz"))
(sha256
(base32 "1di86frxv4gj8fasni409m87qmv0j0vmj13lawkz1pwv9hbynhjb"))))
(base32 "0j21cp8bw12vgfymxi3i4av3j97lrcyb5y9xa3mb59wr17izz73x"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)