guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: highlight: Update to 3.47.


From: Tobias Geerinckx-Rice
Subject: 09/10: gnu: highlight: Update to 3.47.
Date: Wed, 31 Oct 2018 23:34:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 38fda1cc36f55bd2c99fdd534b269c8807fc5799
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 1 04:14:15 2018 +0100

    gnu: highlight: Update to 3.47.
    
    * gnu/packages/pretty-print.scm (highlight): Update to 3.47.
---
 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 ad42985..bdb5dbb 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -244,7 +244,7 @@ seen in a terminal.")
 (define-public highlight
   (package
     (name "highlight")
-    (version "3.42")
+    (version "3.47")
     (source
      (origin
        (method url-fetch)
@@ -252,7 +252,7 @@ seen in a terminal.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "07iihzy8ckzdrxqd6bzbij4hy4mmlixibjnjviqfihd0hh1q30m5"))))
+         "0xidf8755lnx55x6p4ajgg4l145akjqswny41483fvg5lpa41i6f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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