diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:26:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:38:32 +0100 |
commit | cd551413eef6fbf54eff20792661e9fc279bdd7f (patch) | |
tree | 74f51ad850362b83eafb68044016c1474dbd958d | |
parent | 7ea957e2c5886c7b93c3ae31a1a5c41c2bf679dd (diff) | |
download | guix-cd551413eef6fbf54eff20792661e9fc279bdd7f.tar.gz guix-cd551413eef6fbf54eff20792661e9fc279bdd7f.zip |
gnu: highlight: Update to 3.59.
* gnu/packages/pretty-print.scm (highlight): Update to 3.59.
-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 05223ae2e6..a3f9bef63c 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.58") + (version "3.59") (source (origin (method url-fetch) (uri (string-append "http://www.andre-simon.de/zip/highlight-" version ".tar.bz2")) (sha256 - (base32 "1y25vc3nysdih4y9z6yqn1k3i6lgkbyqkmdaib2xyfpqw4djb06z")))) + (base32 "18j9q9w9l71zxaaf8klcl4f5rqcmqnz9632azabv8scfw2l6r4l5")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |