gnu: perl-html-tree: Update to 5.07.
* gnu/packages/web.scm (perl-html-tree): Update to 5.07.
This commit is contained in:
parent
33fd32c285
commit
6106d195a2
|
@ -2233,7 +2233,7 @@ 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.06")
|
||||
(version "5.07")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2241,7 +2241,7 @@ in tables within an HTML document, either as text or encoded element trees.")
|
|||
"HTML-Tree-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vjk4xrybjqs511qrh9cymhpbg9m3jjqr52qr035k6nzrccyndlw"))))
|
||||
"1gyvm4qlwm9y6hczkpnrdfl303ggbybr0nqxdjw09hii8yw4sdzh"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)
|
||||
|
|
Loading…
Reference in New Issue