me
/
guix
Archived
1
0
Fork 0

gnu: mpop: Update to 1.4.14.

* gnu/packages/mail.scm (mpop): Update to 1.4.14.
master
Tobias Geerinckx-Rice 2021-09-24 17:48:32 +02:00
parent 8bfb2e2762
commit 4914846012
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2835,14 +2835,14 @@ easily (one at a time).")
(define-public mpop
(package
(name "mpop")
(version "1.4.13")
(version "1.4.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz"))
(sha256
(base32 "1hbx69d6ivbvjajrcp54fdb3g1ms4ydj0ybf3bfhlravqrk88jdk"))))
(base32 "046wbglvry54id9wik6c020fs09piv3gig3z0nh5nmyhsxjw4i18"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)))