summaryrefslogtreecommitdiff
path: root/gnu/packages/pretty-print.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 01:27:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:33:07 +0100
commit34032ff5f43decdf7f5bf366ee748f1a60ddb387 (patch)
tree735c896082dd56b8453556a0794a802fedc967ea /gnu/packages/pretty-print.scm
parent2d91e5968f66bd71f272d90d0bdea9611448d2fc (diff)
downloadguix-patches-34032ff5f43decdf7f5bf366ee748f1a60ddb387.tar
guix-patches-34032ff5f43decdf7f5bf366ee748f1a60ddb387.tar.gz
gnu: highlight: Update to 3.54.
* gnu/packages/pretty-print.scm (highlight): Update to 3.54.
Diffstat (limited to 'gnu/packages/pretty-print.scm')
-rw-r--r--gnu/packages/pretty-print.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index fe69af84c4..cfe06a0be2 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -242,14 +242,14 @@ seen in a terminal.")
(define-public highlight
(package
(name "highlight")
- (version "3.50")
+ (version "3.54")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.andre-simon.de/zip/highlight-"
version ".tar.bz2"))
(sha256
- (base32 "0frcq12zy3dqfhwwzylm10ydp7zp51w9jlijm23zvx09daslg1bl"))))
+ (base32 "1l6nxk3vwd7rkxpq9aqisjyps89r008wzn3abh4566q6jigahl4a"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests