aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2017-11-26 10:09:42 +0100
committer宋文武 <iyzsong@member.fsf.org>2017-11-26 20:17:55 +0800
commita0bd6fff427a75af251d00c8106f694bee4a15e1 (patch)
tree6d5b598fc1b08093545a46ca5e24e929800ad2ea
parent51b0f09e058955120716d9efb8b76861255b1052 (diff)
downloadguix-a0bd6fff427a75af251d00c8106f694bee4a15e1.tar
guix-a0bd6fff427a75af251d00c8106f694bee4a15e1.tar.gz
gnu: tidy-html: Update to 5.6.0.
* gnu/packages/web.scm (tidy-html): Update to 5.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a4a8778efa..b84bbdddd3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4898,7 +4898,7 @@ used to start services with both privileged and non-privileged port numbers.")
(define-public tidy-html
(package
(name "tidy-html")
- (version "5.4.0")
+ (version "5.6.0")
(source
(origin
(method url-fetch)
@@ -4907,7 +4907,7 @@ used to start services with both privileged and non-privileged port numbers.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0yhbgbjl45b4sjxwc394cjra6iy02q1pi66p28zy70lr6jvm9mx2"))))
+ "0n29wcgw32rhnraj9j21ibhwi0xagmmcskhbaz8ihxly7nx3p9h8"))))
(build-system cmake-build-system)
(outputs '("out"
"static")) ; 1.0MiB of .a files