[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: html-xml-utils: Update to 7.8.
From: |
guix-commits |
Subject: |
02/06: gnu: html-xml-utils: Update to 7.8. |
Date: |
Fri, 3 Jan 2020 19:06:40 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit bafafa805b7ec44bec69514a768f49d529cc705f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 3 20:22:00 2020 +0100
gnu: html-xml-utils: Update to 7.8.
* gnu/packages/xml.scm (html-xml-utils): Update to 7.8.
---
gnu/packages/xml.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index bdbaf93..5b9082c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2016 Ben Woodcroft <address@hidden>
;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
;;; Copyright © 2016, 2017 ng0 <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<address@hidden>
;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <address@hidden>
;;; Copyright © 2017 Adriano Peluso <address@hidden>
;;; Copyright © 2017 Gregor Giesen <address@hidden>
@@ -1164,7 +1164,7 @@ XSLT and EXSLT.")
(define-public html-xml-utils
(package
(name "html-xml-utils")
- (version "7.7")
+ (version "7.8")
(source
(origin
(method url-fetch)
@@ -1172,8 +1172,7 @@ XSLT and EXSLT.")
"https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-"
version ".tar.gz"))
(sha256
- (base32
- "1vwqp5q276j8di9zql3kygf31z2frp2c59yjqlrvvwcvccvkcdwr"))))
+ (base32 "0p8df3c6mw879vdi8l63kbdqylkf1is10b067mh9kipgfy91rd4s"))))
(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")
- branch master updated (046dd62 -> d87d256), guix-commits, 2020/01/03
- 02/06: gnu: html-xml-utils: Update to 7.8.,
guix-commits <=
- 01/06: gnu: mg: Use @command mark-up in description., guix-commits, 2020/01/03
- 04/06: gnu: polybar: Update to 3.4.2., guix-commits, 2020/01/03
- 03/06: gnu: libshout: Update to 2.4.3., guix-commits, 2020/01/03
- 05/06: gnu: doctest: Update to 2.3.6., guix-commits, 2020/01/03
- 06/06: gnu: soundtouch: Update to 2.1.2., guix-commits, 2020/01/03