summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-09 16:04:29 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-09 16:41:14 +0200
commit57f5a7748379d832cd58b81e6f7802f0d0b37d4b (patch)
tree4bcfd29599d1f25555dfaf9618f347956de970bf /gnu/packages/xml.scm
parentb92e8d70ca4899b763afe3b7d09453619d657baf (diff)
downloadguix-patches-57f5a7748379d832cd58b81e6f7802f0d0b37d4b.tar
guix-patches-57f5a7748379d832cd58b81e6f7802f0d0b37d4b.tar.gz
gnu: html-xml-utils: Update to 7.9.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.9.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 0838a85cec..a7a8f029b8 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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")