diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-01 23:06:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-01 23:52:19 +0200 |
commit | 6106d195a2cb8d3a8dc7aea4f06a0e4bfc02be05 (patch) | |
tree | e45a8ee6d464423da2680954345dc2395e116c37 | |
parent | 33fd32c285e88f2f2eb3491306390774b6cd96e2 (diff) | |
download | patches-6106d195a2cb8d3a8dc7aea4f06a0e4bfc02be05.tar patches-6106d195a2cb8d3a8dc7aea4f06a0e4bfc02be05.tar.gz |
gnu: perl-html-tree: Update to 5.07.
* gnu/packages/web.scm (perl-html-tree): Update to 5.07.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 87ca2fd9cd..ee009bcaa3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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) |