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

* gnu/packages/xml.scm (html-xml-utils): Update to 7.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-09 16:04:29 +02:00
parent b92e8d70ca
commit 57f5a77483
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1237,7 +1237,7 @@ (define-public xmlstarlet
(define-public html-xml-utils
(package
(name "html-xml-utils")
(version "7.8")
(version "7.9")
(source
(origin
(method url-fetch)
@ -1245,7 +1245,7 @@ (define-public html-xml-utils
"https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-"
version ".tar.gz"))
(sha256
(base32 "0p8df3c6mw879vdi8l63kbdqylkf1is10b067mh9kipgfy91rd4s"))))
(base32 "0gs3xvdbzhk5k12i95p5d4fgkkaldnlv45sch7pnncb0lrpcjsnq"))))
(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")