diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 01:27:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 03:33:07 +0100 |
commit | 34032ff5f43decdf7f5bf366ee748f1a60ddb387 (patch) | |
tree | 735c896082dd56b8453556a0794a802fedc967ea /gnu | |
parent | 2d91e5968f66bd71f272d90d0bdea9611448d2fc (diff) | |
download | guix-34032ff5f43decdf7f5bf366ee748f1a60ddb387.tar.gz guix-34032ff5f43decdf7f5bf366ee748f1a60ddb387.zip |
gnu: highlight: Update to 3.54.
* gnu/packages/pretty-print.scm (highlight): Update to 3.54.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pretty-print.scm | 4 |
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 |