Archived
1
0
Fork 0

gnu: tidy-html: Update to 5.7.28.

* gnu/packages/web.scm (tidy-html): Update to 5.7.28.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2020-07-28 12:13:10 +03:00 committed by Efraim Flashner
parent 5f18f36dcf
commit d8d089e8b6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -44,6 +44,7 @@
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> ;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com> ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -5772,7 +5773,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.6.0") (version "5.7.28")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5782,7 +5783,7 @@ used to start services with both privileged and non-privileged port numbers.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0w175c5d1babq0w1zzdzw9gl6iqbgyq58v8587s7srp05y3hwy9k")))) "01k5sqwgcsr26i8031v1yr2r8qcy9a5w7sj800660haszgfbjz2f"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" (outputs '("out"
"static")) ; 1.3MiB of .a files "static")) ; 1.3MiB of .a files