gnu: html-xml-utils: Update to 8.6.
* gnu/packages/xml.scm (html-xml-utils): Update to 8.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e6fb7f6467
commit
fd76ffb974
1 changed files with 2 additions and 2 deletions
|
@ -1353,7 +1353,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.9")
|
(version "8.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1361,7 +1361,7 @@ XSLT and EXSLT.")
|
||||||
"https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-"
|
"https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gs3xvdbzhk5k12i95p5d4fgkkaldnlv45sch7pnncb0lrpcjsnq"))))
|
(base32 "1cjgvgrg3bjfxfl0nh55vhr37ijld7pd8bl7s8j3kkbcyfg7512y"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue