gnu: perl-html-lint: Update to 2.26.

* gnu/packages/perl.scm (perl-html-lint): Update to 2.26.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-30 13:56:54 +01:00
parent d284f01826
commit 922814ae65
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2391,7 +2391,7 @@ composed of HTML::Element style components.")
(define-public perl-html-lint (define-public perl-html-lint
(package (package
(name "perl-html-lint") (name "perl-html-lint")
(version "2.20") (version "2.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2399,7 +2399,7 @@ composed of HTML::Element style components.")
"HTML-Lint-" version ".tar.gz")) "HTML-Lint-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15vrqjnlb0f8rib1kqdf4islqy6i33h08wy7b1bkgd550p7lfjwk")))) "02vi1s4sw3hjnndxd6s91cp54iw5pg8n5kl9v0109dfxzn1n9bnl"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-html-parser" ,perl-html-parser) `(("perl-html-parser" ,perl-html-parser)