mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: ghc-ansi-terminal: Update to 0.9.1.
* gnu/packages/haskell-xyz.scm (ghc-ansi-terminal): Update to 0.9.1.
This commit is contained in:
parent
ee946143eb
commit
f1b4a73fdc
1 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ (define-public ghc-annotated-wl-pprint
|
|||
(define-public ghc-ansi-terminal
|
||||
(package
|
||||
(name "ghc-ansi-terminal")
|
||||
(version "0.8.0.4")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -299,7 +299,7 @@ (define-public ghc-ansi-terminal
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0428gq8m3fdnb7ldcsyk97qcch76hcxbgh2666p6f76fs2qbhg7b"))))
|
||||
"1yr0ld0kqns3w3j9gl62bdwshvyazidx4dv1qkvq19ivnf08w23l"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-colour" ,ghc-colour)))
|
||||
|
|
Loading…
Reference in a new issue