gnu: highlight: Update to 3.47.
* gnu/packages/pretty-print.scm (highlight): Update to 3.47.
This commit is contained in:
parent
a72d337fbc
commit
38fda1cc36
|
@ -244,7 +244,7 @@ seen in a terminal.")
|
||||||
(define-public highlight
|
(define-public highlight
|
||||||
(package
|
(package
|
||||||
(name "highlight")
|
(name "highlight")
|
||||||
(version "3.42")
|
(version "3.47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -252,7 +252,7 @@ seen in a terminal.")
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07iihzy8ckzdrxqd6bzbij4hy4mmlixibjnjviqfihd0hh1q30m5"))))
|
"0xidf8755lnx55x6p4ajgg4l145akjqswny41483fvg5lpa41i6f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in New Issue