gnu: html-xml-utils: Update to 7.7.

* gnu/packages/xml.scm (html-xml-utils): Update to 7.7.
master
Tobias Geerinckx-Rice 2018-10-04 15:46:01 +02:00
parent ddf72f5059
commit 4fab0da096
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1120,7 +1120,7 @@ XSLT and EXSLT.")
(define-public html-xml-utils
(package
(name "html-xml-utils")
(version "7.6")
(version "7.7")
(source
(origin
(method url-fetch)
@ -1129,7 +1129,7 @@ XSLT and EXSLT.")
version ".tar.gz"))
(sha256
(base32
"0l97ps089byy62838wf2jwvvc465iw29z9r5kwmwcq7f3bn11y3m"))))
"1vwqp5q276j8di9zql3kygf31z2frp2c59yjqlrvvwcvccvkcdwr"))))
(build-system gnu-build-system)
(home-page "https://www.w3.org/Tools/HTML-XML-utils/")
(synopsis "Command line utilities to manipulate HTML and XML files")