nckx pushed a commit to branch master
in repository guix.

commit 35d6d33a6cae99c6b4b689760e70fa0dcd163bc1
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 21:54:52 2021 +0100

    gnu: highlight: Update to 3.60.
    
    * gnu/packages/pretty-print.scm (highlight): Update to 3.60.
---
 gnu/packages/pretty-print.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index a3f9bef..4ab1da5 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017 Marius Bakke <[email protected]>
 ;;; Copyright © 2017, 2020 Ludovic Courtès <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019 Meiyo Peng <[email protected]>
 ;;; Copyright © 2020 Paul Garlick <[email protected]>
 ;;; Copyright © 2020 Vincent Legoll <[email protected]>
@@ -270,14 +270,14 @@ seen in a terminal.")
 (define-public highlight
   (package
     (name "highlight")
-    (version "3.59")
+    (version "3.60")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.andre-simon.de/zip/highlight-";
                            version ".tar.bz2"))
        (sha256
-        (base32 "18j9q9w9l71zxaaf8klcl4f5rqcmqnz9632azabv8scfw2l6r4l5"))))
+        (base32 "098xwzj70f2kp9zbfknlqca41lgdjv71clfx1m84151xdszv8p56"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests

Reply via email to