mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: mpop: Update to 1.4.18.
* gnu/packages/mail.scm (mpop): Update to 1.4.18. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
cf219e35ec
commit
9006704a38
1 changed files with 2 additions and 2 deletions
|
@ -2891,14 +2891,14 @@ (define-public mblaze
|
||||||
(define-public mpop
|
(define-public mpop
|
||||||
(package
|
(package
|
||||||
(name "mpop")
|
(name "mpop")
|
||||||
(version "1.4.17")
|
(version "1.4.18")
|
||||||
(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 "1mcbvzdbdr86zsq8zr1zryjrmfiqikckx3648zvdjh99mm5lkbj2"))))
|
(base32 "1dw5kwflga26kfjl999lilq14vvk6fcapryihakr9l7phh0rb6b0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gnutls))
|
(list gnutls))
|
||||||
|
|
Loading…
Reference in a new issue