diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 07:26:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:00:13 +0200 |
commit | edb4265e8a6eff742b2c654d2714aee827573401 (patch) | |
tree | aefd2ef2958fac1569fbd4937e4913228cd7fbb4 /gnu | |
parent | b6a5eb937c8fe7ef59b16a01dd91825977494e1f (diff) | |
download | guix-edb4265e8a6eff742b2c654d2714aee827573401.tar guix-edb4265e8a6eff742b2c654d2714aee827573401.tar.gz |
gnu: highlight: Update to 3.50.
* gnu/packages/pretty-print.scm (highlight): Update to 3.50.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pretty-print.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 346d3660d5..405ad08ba4 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org> -;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net> ;;; ;;; This file is part of GNU Guix. @@ -241,14 +241,14 @@ seen in a terminal.") (define-public highlight (package (name "highlight") - (version "3.49") + (version "3.50") (source (origin (method url-fetch) (uri (string-append "http://www.andre-simon.de/zip/highlight-" version ".tar.bz2")) (sha256 - (base32 "1zlhmlq5fnsxxmm04qfchhl4w2iw5fa6sn81c34q6k2m1m77g6aj")))) + (base32 "0frcq12zy3dqfhwwzylm10ydp7zp51w9jlijm23zvx09daslg1bl")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |