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:
Timotej Lazar 2024-06-07 15:55:08 +02:00 committed by Andreas Enge
parent 7c3e596d8a
commit dc49255e21
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3021,14 +3021,14 @@ (define-public mblaze
(define-public mpop (define-public mpop
(package (package
(name "mpop") (name "mpop")
(version "1.4.18") (version "1.4.19")
(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 "1dw5kwflga26kfjl999lilq14vvk6fcapryihakr9l7phh0rb6b0")))) (base32 "12jwalxf14z0rwkhdfw1whizc9dzcba9yv63wanwmszzqq9ixi13"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list gnutls)) (list gnutls))