guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: html-xml-utils: Update to 8.6.


From: guix-commits
Subject: 06/09: gnu: html-xml-utils: Update to 8.6.
Date: Thu, 1 Jun 2023 05:55:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fd76ffb9747c9c7576ac63a46722ba347408bacd
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:07:56 2023 +0000

    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>
---
 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 2bc4f66c01..8d9974b825 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1353,7 +1353,7 @@ XSLT and EXSLT.")
 (define-public html-xml-utils
  (package
    (name "html-xml-utils")
-   (version "7.9")
+   (version "8.6")
    (source
     (origin
       (method url-fetch)
@@ -1361,7 +1361,7 @@ XSLT and EXSLT.")
             "https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-";
             version ".tar.gz"))
       (sha256
-       (base32 "0gs3xvdbzhk5k12i95p5d4fgkkaldnlv45sch7pnncb0lrpcjsnq"))))
+       (base32 "1cjgvgrg3bjfxfl0nh55vhr37ijld7pd8bl7s8j3kkbcyfg7512y"))))
    (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]