mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mpop: Update to 1.4.19.
* gnu/packages/mail.scm (mpop): Update to 1.4.19. Change-Id: I52123309eac66c4c8668a1582d183c6fce000e11 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
7c3e596d8a
commit
dc49255e21
1 changed files with 2 additions and 2 deletions
|
@ -3021,14 +3021,14 @@ (define-public mblaze
|
|||
(define-public mpop
|
||||
(package
|
||||
(name "mpop")
|
||||
(version "1.4.18")
|
||||
(version "1.4.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://marlam.de/mpop/releases/"
|
||||
"mpop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1dw5kwflga26kfjl999lilq14vvk6fcapryihakr9l7phh0rb6b0"))))
|
||||
(base32 "12jwalxf14z0rwkhdfw1whizc9dzcba9yv63wanwmszzqq9ixi13"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list gnutls))
|
||||
|
|
Loading…
Reference in a new issue