me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xml.scm (html-xml-utils): Update to 7.9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1237,7 +1237,7 @@ XSLT and EXSLT.")
(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 @@ XSLT and EXSLT.")
"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")