gnu: mpop: Update to 1.4.17.
* gnu/packages/mail.scm (mpop): Update to 1.4.17.
This commit is contained in:
parent
b950be970a
commit
f228c39e2e
1 changed files with 2 additions and 2 deletions
|
@ -2891,14 +2891,14 @@ (define-public mblaze
|
|||
(define-public mpop
|
||||
(package
|
||||
(name "mpop")
|
||||
(version "1.4.16")
|
||||
(version "1.4.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://marlam.de/mpop/releases/"
|
||||
"mpop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1yc7lsdy9gvlslvljqg34kvcaf4wvrwlvj6h5awkzlp6x9qva3l7"))))
|
||||
(base32 "1mcbvzdbdr86zsq8zr1zryjrmfiqikckx3648zvdjh99mm5lkbj2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list gnutls))
|
||||
|
|
Loading…
Reference in a new issue