mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: mpop: Update to 1.4.11.
* gnu/packages/mail.scm (mpop): Update to 1.4.11.
This commit is contained in:
parent
71bb7332d8
commit
7a8dead250
1 changed files with 2 additions and 2 deletions
|
@ -2485,14 +2485,14 @@ (define-public mb2md
|
||||||
(define-public mpop
|
(define-public mpop
|
||||||
(package
|
(package
|
||||||
(name "mpop")
|
(name "mpop")
|
||||||
(version "1.4.10")
|
(version "1.4.11")
|
||||||
(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 "1243hazpiwgvz2m3p48cdh0yw1019i6xjxgc7qyhmxcdy0inb6wy"))))
|
(base32 "1gcxvhin5y0q47svqbf90r5aip0cgywm8sq6m84ygda7km8xylwv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)))
|
`(("gnutls" ,gnutls)))
|
||||||
|
|
Loading…
Reference in a new issue