guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: html-xml-utils: Update to 7.7.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: html-xml-utils: Update to 7.7.
Date: Thu, 4 Oct 2018 09:59:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4fab0da09651344959803015edf01adc2473354e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 4 15:46:01 2018 +0200

    gnu: html-xml-utils: Update to 7.7.
    
    * gnu/packages/xml.scm (html-xml-utils): Update to 7.7.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b5f44a4..e14524a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]