gnu: highlight: Update to 4.7.

* gnu/packages/pretty-print.scm (highlight): Update to 4.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
gemmaro 2023-08-07 23:05:39 +09:00 committed by Ludovic Courtès
parent e28e76fc4a
commit 2700940b98
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -10,6 +10,7 @@
;;; Copyright © 2021 Greg Hogan <code@greghogan.com> ;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -350,14 +351,14 @@ (define-public source-highlight
(define-public highlight (define-public highlight
(package (package
(name "highlight") (name "highlight")
(version "3.62") (version "4.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.andre-simon.de/zip/highlight-" (uri (string-append "http://www.andre-simon.de/zip/highlight-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 "088di7qxd6b2r22qljllhnly0r9a0lfnwnfqswjn23s09awjbl6p")))) (base32 "1cl21qpgy92w1x53vrn1bgq84mkh6fgayc9k38mz4xmz2yw01nv1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests