mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Update perl-email-abstract to 3.010.
* gnu/packages/mail.scm (perl-email-abstract): Update to 3.010. Change-Id: I9363b26a89952b1c5f3643b27b47bd3f34723eae Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
parent
de4c817f74
commit
c4aef196f7
1 changed files with 2 additions and 2 deletions
|
|
@ -2445,14 +2445,14 @@ mailboxes. Currently Maildir and IMAP are supported types.")
|
|||
(define-public perl-email-abstract
|
||||
(package
|
||||
(name "perl-email-abstract")
|
||||
(version "3.009")
|
||||
(version "3.010")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
|
||||
"Email-Abstract-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1z01wbflg49nbgzl81x260cp8x6qr7xdpz3dkrg82m1fwa9742q4"))))
|
||||
(base32 "1mky9g5azap650qpdlmgb81r6warr3psnhj9syczrjklb65zc4lc"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
(list perl-email-simple perl-module-pluggable perl-mro-compat))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue