mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -5216,7 +5216,7 @@ (define-public ghc-diff
|
|||
(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 @@ (define-public ghc-highlighting-kate
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16334fbiyq6017zbgc59qc00h0bk24xh4dcrbqx63dvf72ac37dk"))))
|
||||
"03c4flh4h1jd48bx0qmplax3q8w6wj1dhbh6j0xhaf5h95fbinki"))))
|
||||
(build-system haskell-build-system)
|
||||
(propagated-inputs
|
||||
`(("ghc-diff" ,ghc-diff)
|
||||
|
|
Loading…
Reference in a new issue