me
/
guix
Archived
1
0
Fork 0

gnu: perl-html-tree: Update to 5.06.

* gnu/packages/web.scm (perl-html-tree): Update to 5.06.
[source]: Update URL.
master
Leo Famulari 2017-07-14 12:02:31 -04:00
parent 0b147484b1
commit 86d1e079ec
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -2165,15 +2165,15 @@ in tables within an HTML document, either as text or encoded element trees.")
(define-public perl-html-tree
(package
(name "perl-html-tree")
(version "5.03")
(version "5.06")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/C/CJ/CJM/"
(uri (string-append "mirror://cpan/authors/id/K/KE/KENTNL/"
"HTML-Tree-" version ".tar.gz"))
(sha256
(base32
"13qlqbpixw470gnck0xgny8hyjj576m8y24bba2p9ai2lvy76vbx"))))
"0vjk4xrybjqs511qrh9cymhpbg9m3jjqr52qr035k6nzrccyndlw"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)