gnu: perl-email-address: Update to 1.912.
* gnu/packages/mail.scm (perl-email-address): Update to 1.912.
This commit is contained in:
parent
4bccdb0ff1
commit
b6c7df92ca
1 changed files with 2 additions and 3 deletions
|
@ -1482,15 +1482,14 @@ write simple, representation-independent mail handling code.")
|
||||||
(define-public perl-email-address
|
(define-public perl-email-address
|
||||||
(package
|
(package
|
||||||
(name "perl-email-address")
|
(name "perl-email-address")
|
||||||
(version "1.909")
|
(version "1.912")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
|
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
|
||||||
"Email-Address-" version ".tar.gz"))
|
"Email-Address-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1vzr0vx4zsw4zbc9xdffc31wnkc1raqmyfiyws06fbyck197i8qg"))))
|
||||||
"0l7x6sl06j9ffgfz5f9vgms2b5axd4cgp5fj03ivb3kia4km6b3g"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Email-Address")
|
(home-page "https://metacpan.org/release/Email-Address")
|
||||||
(synopsis "Email address parsing and creation")
|
(synopsis "Email address parsing and creation")
|
||||||
|
|
Reference in a new issue