summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorPhilip McGrath <philip@philipmcgrath.com>2021-11-12 17:51:20 -0500
committerLudovic Courtès <ludo@gnu.org>2021-11-17 23:05:58 +0100
commitcb768f38604886da0feb10db6af391fb0d055d33 (patch)
tree9c92501af5a6007677bb300436ccc7f4f690f77f /gnu/packages/web.scm
parentf5fc395ab4cc79d52a4e316b907e780a5a7adb30 (diff)
downloadguix-patches-cb768f38604886da0feb10db6af391fb0d055d33.tar
guix-patches-cb768f38604886da0feb10db6af391fb0d055d33.tar.gz
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>
Diffstat (limited to 'gnu/packages/web.scm')
-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 9cdbc31459..964f312ba3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6147,7 +6147,7 @@ used to start services with both privileged and non-privileged port numbers.")
(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 @@ used to start services with both privileged and non-privileged port numbers.")
(file-name (git-file-name name version))
(sha256
(base32
- "01k5sqwgcsr26i8031v1yr2r8qcy9a5w7sj800660haszgfbjz2f"))))
+ "1vd50q6xqxvidaclinsm89p6r0494wj72j1gpk32vkkhhx15cddz"))))
(build-system cmake-build-system)
(outputs '("out"
"static")) ; 1.3MiB of .a files