guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: ghc-highlighting-kate: Update to 0.6.3.


From: Ricardo Wurmus
Subject: 06/10: gnu: ghc-highlighting-kate: Update to 0.6.3.
Date: Mon, 26 Sep 2016 12:31:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 8f1e2dca5554a943c3f4091b982c95e2dd93c4a6
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 14:27:21 2016 +0200

    gnu: ghc-highlighting-kate: Update to 0.6.3.
    
    * gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.3.
---
 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 158bdfc..c2ada11 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5216,7 +5216,7 @@ and utilities for pretty printing.")
 (define-public ghc-highlighting-kate
   (package
     (name "ghc-highlighting-kate")
-    (version "0.6")
+    (version "0.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5224,7 +5224,7 @@ and utilities for pretty printing.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "16334fbiyq6017zbgc59qc00h0bk24xh4dcrbqx63dvf72ac37dk"))))
+                "03c4flh4h1jd48bx0qmplax3q8w6wj1dhbh6j0xhaf5h95fbinki"))))
     (build-system haskell-build-system)
     (propagated-inputs
      `(("ghc-diff" ,ghc-diff)



reply via email to

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