guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: highlight: Update to 3.54.


From: guix-commits
Subject: 07/11: gnu: highlight: Update to 3.54.
Date: Mon, 11 Nov 2019 21:34:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 34032ff5f43decdf7f5bf366ee748f1a60ddb387
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 12 01:27:18 2019 +0100

    gnu: highlight: Update to 3.54.
    
    * gnu/packages/pretty-print.scm (highlight): Update to 3.54.
---
 gnu/packages/pretty-print.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index fe69af8..cfe06a0 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -242,14 +242,14 @@ seen in a terminal.")
 (define-public highlight
   (package
     (name "highlight")
-    (version "3.50")
+    (version "3.54")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.andre-simon.de/zip/highlight-";
                            version ".tar.bz2"))
        (sha256
-        (base32 "0frcq12zy3dqfhwwzylm10ydp7zp51w9jlijm23zvx09daslg1bl"))))
+        (base32 "1l6nxk3vwd7rkxpq9aqisjyps89r008wzn3abh4566q6jigahl4a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]