summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:45:22 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:16 +0200
commita98973651ed8bafdeadfacf376b9a71254e0ea8e (patch)
tree77b3c0cbd4ab2ce9f0e99eb26d4c3742e929b903
parenta11ce10666aa19f6be3c4d261812866163ed97f2 (diff)
downloadguix-patches-a98973651ed8bafdeadfacf376b9a71254e0ea8e.tar
guix-patches-a98973651ed8bafdeadfacf376b9a71254e0ea8e.tar.gz
gnu: ghc-highlighting-kate: Update to 0.6.4.
* gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.4.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index da29e156ec..007bcf0836 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)