guix-commits
[Top][All Lists]
Advanced

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

134/272: gnu: ghc-highlighting-kate: Update to 0.6.4.


From: Ricardo Wurmus
Subject: 134/272: gnu: ghc-highlighting-kate: Update to 0.6.4.
Date: Mon, 1 Oct 2018 06:13:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a98973651ed8bafdeadfacf376b9a71254e0ea8e
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:45:22 2018 -0400

    gnu: ghc-highlighting-kate: Update to 0.6.4.
    
    * gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.4.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index da29e15..007bcf0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5539,7 +5539,7 @@ and utilities for pretty printing.")
 (define-public ghc-highlighting-kate
   (package
     (name "ghc-highlighting-kate")
-    (version "0.6.3")
+    (version "0.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5547,7 +5547,7 @@ and utilities for pretty printing.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "03c4flh4h1jd48bx0qmplax3q8w6wj1dhbh6j0xhaf5h95fbinki"))))
+                "1bqv00gfmrsf0jjr4qf3lhshvfkyzmhbi3pjb6mafbnsyn2k7f6q"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-diff" ,ghc-diff)



reply via email to

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