mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ghc-hindent: Update to 5.3.1.
* gnu/packages/haskell-xyz.scm (ghc-hindent): Update to 5.3.1.
This commit is contained in:
parent
fc984cf646
commit
f545f894b2
1 changed files with 2 additions and 2 deletions
|
@ -4862,7 +4862,7 @@ (define-public ghc-highlighting-kate
|
||||||
(define-public ghc-hindent
|
(define-public ghc-hindent
|
||||||
(package
|
(package
|
||||||
(name "ghc-hindent")
|
(name "ghc-hindent")
|
||||||
(version "5.3.0")
|
(version "5.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4872,7 +4872,7 @@ (define-public ghc-hindent
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wkfik7mvqskk23kyh7ybgnlh3j9j1ym7d3ncahsbli9w654b7xg"))))
|
"008s8zm9qs972b7v5kkmr8l3i9kc6zm7yj33mkw6dv69b7h3c01l"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build haskell-build-system)
|
`(#:modules ((guix build haskell-build-system)
|
||||||
|
|
Loading…
Reference in a new issue