guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: source-highlight: Update to 3.1.9.


From: guix-commits
Subject: 01/16: gnu: source-highlight: Update to 3.1.9.
Date: Sun, 19 Jan 2020 16:42:41 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit e4da86f358f0a862d1e635a294a14607f6b854f1
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:09:10 2020 +0100

    gnu: source-highlight: Update to 3.1.9.
    
    * gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.9.
---
 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 6f2b3f7..fc98478 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -190,7 +190,7 @@ to @code{IOStreams}.")
 (define-public source-highlight
   (package
     (name "source-highlight")
-    (version "3.1.8")
+    (version "3.1.9")
     (source
      (origin
       (method url-fetch)
@@ -198,7 +198,7 @@ to @code{IOStreams}.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "18xdalxg7yzrxc1njzgw7aryq2jdm7zq2yqz41sc7k6il5z6lcq1"))))
+        "148w47k3zswbxvhg83z38ifi85f9dqcpg7icvvw1cm6bg21x4zrs"))))
     (build-system gnu-build-system)
     ;; The ctags that comes with emacs does not support the --excmd options,
     ;; so can't be used



reply via email to

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