me
/
guix
Archived
1
0
Fork 0

gnu: mpop: Update to 1.4.13.

* gnu/packages/mail.scm (mpop): Update to 1.4.13.
master
Tobias Geerinckx-Rice 2021-03-28 22:19:18 +02:00
parent 5d8c2c00d6
commit f2d9174b7c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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