From 3a5c02777d6a51620d8cb8afa01602bc669bbfea Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 2 Mar 2018 01:40:20 +0100 Subject: gnu: highlight: Update to 3.42. * gnu/packages/pretty-print.scm (highlight): Update to 3.42. --- gnu/packages/pretty-print.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/packages/pretty-print.scm') diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 2f61de8994..e8baefa1d4 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017 Ludovic Courtès -;;; Copyright © 2017 Tobias Geerinckx-Rice +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -242,7 +242,7 @@ seen in a terminal.") (define-public highlight (package (name "highlight") - (version "3.33") + (version "3.42") (source (origin (method url-fetch) @@ -250,10 +250,10 @@ seen in a terminal.") version ".tar.bz2")) (sha256 (base32 - "0g2whi6pxl640795vymikm82a1my841jmh7fiqzbrjpc9wsk1db4")))) + "07iihzy8ckzdrxqd6bzbij4hy4mmlixibjnjviqfihd0hh1q30m5")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; no tests + `(#:tests? #f ; no tests #:make-flags (let ((confdir (string-append %output "/share/highlight/config/"))) (list (string-append "PREFIX=" %output) @@ -261,7 +261,7 @@ seen in a terminal.") (string-append "conf_dir=" confdir))) #:phases (modify-phases %standard-phases - (delete 'configure) + (delete 'configure) ; no configure script (add-after 'unpack 'fix-search-for-lua (lambda _ (substitute* "src/makefile" -- cgit v1.2.3