aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:10:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:45:02 +0100
commit439df62672bd22a4a1a8de0d94c2242635fa4c33 (patch)
treed8559f5cefc3970bfe2897af95b401c56753e786
parent04a18e936ca3d36656aaba1c23fe347120bc8576 (diff)
downloadguix-439df62672bd22a4a1a8de0d94c2242635fa4c33.tar
guix-439df62672bd22a4a1a8de0d94c2242635fa4c33.tar.gz
gnu: highlight: Update to 3.62.
* gnu/packages/pretty-print.scm (highlight): Update to 3.62.
-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 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