summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-10-04 15:46:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-10-04 15:59:08 +0200
commit4fab0da09651344959803015edf01adc2473354e (patch)
tree44fde53c097ca84d9cbdcf7c2b57773d5c13e61c /gnu/packages/xml.scm
parentddf72f505939e34dc2a287170174e7e4cfe4f829 (diff)
downloadguix-patches-4fab0da09651344959803015edf01adc2473354e.tar
guix-patches-4fab0da09651344959803015edf01adc2473354e.tar.gz
gnu: html-xml-utils: Update to 7.7.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.7.
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 b5f44a4258..e14524a684 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1120,7 +1120,7 @@ XSLT and EXSLT.")
(define-public html-xml-utils
(package
(name "html-xml-utils")
- (version "7.6")
+ (version "7.7")
(source
(origin
(method url-fetch)
@@ -1129,7 +1129,7 @@ XSLT and EXSLT.")
version ".tar.gz"))
(sha256
(base32
- "0l97ps089byy62838wf2jwvvc465iw29z9r5kwmwcq7f3bn11y3m"))))
+ "1vwqp5q276j8di9zql3kygf31z2frp2c59yjqlrvvwcvccvkcdwr"))))
(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")