mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: ghc-highlighting-kate: Update to 0.6.4.
* gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.4.
This commit is contained in:
parent
a11ce10666
commit
a98973651e
1 changed files with 2 additions and 2 deletions
|
@ -5539,7 +5539,7 @@ (define-public ghc-diff
|
|||
(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 @@ (define-public ghc-highlighting-kate
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03c4flh4h1jd48bx0qmplax3q8w6wj1dhbh6j0xhaf5h95fbinki"))))
|
||||
"1bqv00gfmrsf0jjr4qf3lhshvfkyzmhbi3pjb6mafbnsyn2k7f6q"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-diff" ,ghc-diff)
|
||||
|
|
Loading…
Reference in a new issue