me
/
guix
Archived
1
0
Fork 0

gnu: mpop: Update to 1.4.6.

* gnu/packages/mail.scm (mpop): Update to 1.4.6.
master
Tobias Geerinckx-Rice 2019-12-04 05:52:15 +01:00
parent f3d4015385
commit 8f15c1c9fe
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

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