mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: ghc-pretty-show: Update to 1.7.
* gnu/packages/haskell.scm (ghc-pretty-show): Update to 1.7.
This commit is contained in:
parent
e37775110e
commit
6b19c5a477
1 changed files with 2 additions and 2 deletions
|
@ -1138,7 +1138,7 @@ (define-public ghc-haskell-lexer
|
|||
(define-public ghc-pretty-show
|
||||
(package
|
||||
(name "ghc-pretty-show")
|
||||
(version "1.6.12")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1146,7 +1146,7 @@ (define-public ghc-pretty-show
|
|||
"pretty-show-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fblcxw4z4ry14brin1mvwccs6hqqlhi7xhwv1f23szjq25cjacn"))))
|
||||
"0br7pkxqqqhby2j2v1g847lgqsrasx56g1jw3dhmjh4flzs6warq"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-haskell-lexer" ,ghc-haskell-lexer)
|
||||
|
|
Loading…
Reference in a new issue