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>
This commit is contained in:
Rutger Helling 2017-11-26 10:09:42 +01:00 committed by 宋文武
parent 51b0f09e05
commit a0bd6fff42
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -4898,7 +4898,7 @@ used to start services with both privileged and non-privileged port numbers.")
(define-public tidy-html (define-public tidy-html
(package (package
(name "tidy-html") (name "tidy-html")
(version "5.4.0") (version "5.6.0")
(source (source
(origin (origin
(method url-fetch) (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")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yhbgbjl45b4sjxwc394cjra6iy02q1pi66p28zy70lr6jvm9mx2")))) "0n29wcgw32rhnraj9j21ibhwi0xagmmcskhbaz8ihxly7nx3p9h8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" (outputs '("out"
"static")) ; 1.0MiB of .a files "static")) ; 1.0MiB of .a files