mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -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
|
||||
(package
|
||||
(name "ghc-hindent")
|
||||
(version "5.3.0")
|
||||
(version "5.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4872,7 +4872,7 @@ (define-public ghc-hindent
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wkfik7mvqskk23kyh7ybgnlh3j9j1ym7d3ncahsbli9w654b7xg"))))
|
||||
"008s8zm9qs972b7v5kkmr8l3i9kc6zm7yj33mkw6dv69b7h3c01l"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build haskell-build-system)
|
||||
|
|
Loading…
Reference in a new issue