gnu: ghc-highlighting-kate: Update to 0.6.3.
* gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.3.
This commit is contained in:
parent
ae87e4fcde
commit
8f1e2dca55
|
@ -5216,7 +5216,7 @@ and utilities for pretty printing.")
|
||||||
(define-public ghc-highlighting-kate
|
(define-public ghc-highlighting-kate
|
||||||
(package
|
(package
|
||||||
(name "ghc-highlighting-kate")
|
(name "ghc-highlighting-kate")
|
||||||
(version "0.6")
|
(version "0.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -5224,7 +5224,7 @@ and utilities for pretty printing.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16334fbiyq6017zbgc59qc00h0bk24xh4dcrbqx63dvf72ac37dk"))))
|
"03c4flh4h1jd48bx0qmplax3q8w6wj1dhbh6j0xhaf5h95fbinki"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ghc-diff" ,ghc-diff)
|
`(("ghc-diff" ,ghc-diff)
|
||||||
|
|
Loading…
Reference in New Issue