gnu: ghc-highlighting-kate: Update to 0.6.3.

* gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.3.
master
Ricardo Wurmus 2016-09-26 14:27:21 +02:00
parent ae87e4fcde
commit 8f1e2dca55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)