mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: tidy-html: Update to 5.8.0.
* gnu/packages/web.scm (tidy-html): Update to 5.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f5fc395ab4
commit
cb768f3860
1 changed files with 2 additions and 2 deletions
|
@ -6147,7 +6147,7 @@ (define-public xinetd
|
|||
(define-public tidy-html
|
||||
(package
|
||||
(name "tidy-html")
|
||||
(version "5.7.28")
|
||||
(version "5.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6157,7 +6157,7 @@ (define-public tidy-html
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01k5sqwgcsr26i8031v1yr2r8qcy9a5w7sj800660haszgfbjz2f"))))
|
||||
"1vd50q6xqxvidaclinsm89p6r0494wj72j1gpk32vkkhhx15cddz"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out"
|
||||
"static")) ; 1.3MiB of .a files
|
||||
|
|
Loading…
Reference in a new issue