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

* gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.4.
master
Timothy Sample 2018-08-28 23:45:22 -04:00 committed by Ricardo Wurmus
parent a11ce10666
commit a98973651e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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