diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-28 22:53:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-28 22:58:23 +0100 |
commit | 4321aeb6d34904cb9401e769009315e9c86c1941 (patch) | |
tree | 791e7ba082a3a0a19e4c02a33d2b5de6f3fd5303 /gnu/packages/xml.scm | |
parent | 0828bd82bd72bf198ee8374f45aca2e3db96daf9 (diff) | |
download | guix-4321aeb6d34904cb9401e769009315e9c86c1941.tar guix-4321aeb6d34904cb9401e769009315e9c86c1941.tar.gz |
gnu: html-xml-utils: Update to 7.6.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.6.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 67e1ca7427..add374c899 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1109,7 +1109,7 @@ XSLT and EXSLT.") (define-public html-xml-utils (package (name "html-xml-utils") - (version "7.5") + (version "7.6") (source (origin (method url-fetch) @@ -1118,7 +1118,7 @@ XSLT and EXSLT.") version ".tar.gz")) (sha256 (base32 - "0cbmqa9c4bc4ikk7vmgd65ixh2pl9mr336c4his3m8l7rgsjnh8n")))) + "0l97ps089byy62838wf2jwvvc465iw29z9r5kwmwcq7f3bn11y3m")))) (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") |