mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: mhonarc: Update to 2.6.24.
* gnu/packages/mail.scm (mhonarc): Update to 2.6.24.
This commit is contained in:
parent
046fcbae67
commit
2fb6510746
1 changed files with 3 additions and 4 deletions
|
@ -2850,15 +2850,14 @@ (define-public mpop
|
|||
(define-public mhonarc
|
||||
(package
|
||||
(name "mhonarc")
|
||||
(version "2.6.19")
|
||||
(version "2.6.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/E/EH/EHOOD/MHonArc-"
|
||||
(uri (string-append "mirror://cpan/authors/id/L/LD/LDIDRY/MHonArc-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ll3v93yji334zqp6xfzfxc0127pmjcznmai1l5q6dzawrs2igzq"))))
|
||||
(base32 "0cszh619i8bfjpyxhfgph20v8lic5zpirr990xdbg7759qvwfza5"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://www.mhonarc.org/")
|
||||
(synopsis "Create HTML archives of mail/news messages")
|
||||
|
|
Loading…
Reference in a new issue