mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: mpop: Update to 1.4.20.
* gnu/packages/mail.scm (mpop): Update to 1.4.20. Change-Id: I6ad78891b2621ca7a9fe1787aac405fef800cec0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
d28006c92d
commit
d35534c427
1 changed files with 2 additions and 2 deletions
|
|
@ -3058,14 +3058,14 @@ easily (one at a time).")
|
|||
(define-public mpop
|
||||
(package
|
||||
(name "mpop")
|
||||
(version "1.4.19")
|
||||
(version "1.4.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://marlam.de/mpop/releases/"
|
||||
"mpop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "12jwalxf14z0rwkhdfw1whizc9dzcba9yv63wanwmszzqq9ixi13"))))
|
||||
(base32 "0jxz6la8h8zlszflyxmkq4xai0lcix468d468d3wmnixgvhpvk1m"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list gnutls))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue