me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3021,14 +3021,14 @@ easily (one at a time).")
(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))