[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: tidy-html: Update to 5.8.0.
From: |
guix-commits |
Subject: |
08/13: gnu: tidy-html: Update to 5.8.0. |
Date: |
Wed, 17 Nov 2021 17:07:42 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit cb768f38604886da0feb10db6af391fb0d055d33
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Fri Nov 12 17:51:20 2021 -0500
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>
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9cdbc31..964f312 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
- branch master updated (6bffa13 -> 94fbcf7), guix-commits, 2021/11/17
- 01/13: services: docker: Add 'environment-variables' configuration field., guix-commits, 2021/11/17
- 02/13: gnu: perl-inline-c: Patch paths to ‘make’., guix-commits, 2021/11/17
- 03/13: gnu: shellcheck: Update to 0.8.0., guix-commits, 2021/11/17
- 05/13: gnu: ristretto: Update to 0.12.0., guix-commits, 2021/11/17
- 06/13: gnu: xfce4-whiskermenu-plugin: Update to 2.6.1., guix-commits, 2021/11/17
- 08/13: gnu: tidy-html: Update to 5.8.0.,
guix-commits <=
- 04/13: gnu: xfce4-cpugraph-plugin: Update to 1.2.5., guix-commits, 2021/11/17
- 09/13: doc: Improve wording for param spec of `./configure`., guix-commits, 2021/11/17
- 10/13: diagnostics: Add syntax to capture arguments' syntax-properties., guix-commits, 2021/11/17
- 11/13: gnu: system: Improve location of some configuration warnings., guix-commits, 2021/11/17
- 07/13: scripts: home: Make ‘guix home import’ write home-configuration.scm., guix-commits, 2021/11/17
- 12/13: gnu: rcs: Install rcsfreeze., guix-commits, 2021/11/17
- 13/13: gnu: Add rcs-blame., guix-commits, 2021/11/17