diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:10:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:45:02 +0100 |
commit | 439df62672bd22a4a1a8de0d94c2242635fa4c33 (patch) | |
tree | d8559f5cefc3970bfe2897af95b401c56753e786 | |
parent | 04a18e936ca3d36656aaba1c23fe347120bc8576 (diff) |
gnu: highlight: Update to 3.62.
* gnu/packages/pretty-print.scm (highlight): Update to 3.62.
-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 4ab1da5ca9..88dff5c7b4 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -270,14 +270,14 @@ seen in a terminal.") (define-public highlight (package (name "highlight") - (version "3.60") + (version "3.62") (source (origin (method url-fetch) (uri (string-append "http://www.andre-simon.de/zip/highlight-" version ".tar.bz2")) (sha256 - (base32 "098xwzj70f2kp9zbfknlqca41lgdjv71clfx1m84151xdszv8p56")))) + (base32 "088di7qxd6b2r22qljllhnly0r9a0lfnwnfqswjn23s09awjbl6p")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |