gnu: html-xml-utils: Update to 7.7.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.7.
This commit is contained in:
parent
ddf72f5059
commit
4fab0da096
|
@ -1120,7 +1120,7 @@ XSLT and EXSLT.")
|
||||||
(define-public html-xml-utils
|
(define-public html-xml-utils
|
||||||
(package
|
(package
|
||||||
(name "html-xml-utils")
|
(name "html-xml-utils")
|
||||||
(version "7.6")
|
(version "7.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1129,7 +1129,7 @@ XSLT and EXSLT.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l97ps089byy62838wf2jwvvc465iw29z9r5kwmwcq7f3bn11y3m"))))
|
"1vwqp5q276j8di9zql3kygf31z2frp2c59yjqlrvvwcvccvkcdwr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.w3.org/Tools/HTML-XML-utils/")
|
(home-page "https://www.w3.org/Tools/HTML-XML-utils/")
|
||||||
(synopsis "Command line utilities to manipulate HTML and XML files")
|
(synopsis "Command line utilities to manipulate HTML and XML files")
|
||||||
|
|
Loading…
Reference in New Issue