mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -2233,7 +2233,7 @@ (define-public perl-html-tableextract
|
|||
(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 @@ (define-public perl-html-tree
|
|||
"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 a new issue