me
/
guix
Archived
1
0
Fork 0

gnu: mpop: Update to 1.4.17.

* gnu/packages/mail.scm (mpop): Update to 1.4.17.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent b950be970a
commit f228c39e2e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2891,14 +2891,14 @@ easily (one at a time).")
(define-public mpop (define-public mpop
(package (package
(name "mpop") (name "mpop")
(version "1.4.16") (version "1.4.17")
(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 "1yc7lsdy9gvlslvljqg34kvcaf4wvrwlvj6h5awkzlp6x9qva3l7")))) (base32 "1mcbvzdbdr86zsq8zr1zryjrmfiqikckx3648zvdjh99mm5lkbj2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list gnutls)) (list gnutls))