me
/
guix
Archived
1
0
Fork 0

gnu: ghc-chart: Update to 1.9.1.

* gnu/packages/haskell-xyz.scm (ghc-chart): Update to 1.9.1.
master
Timothy Sample 2019-10-31 13:30:22 -04:00
parent 86526f37c3
commit 6cd84b98dc
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -1464,7 +1464,7 @@ Haskell, based on complemented PATRICIA tries.")
(define-public ghc-chart
(package
(name "ghc-chart")
(version "1.9")
(version "1.9.1")
(source
(origin
(method url-fetch)
@ -1472,7 +1472,7 @@ Haskell, based on complemented PATRICIA tries.")
"Chart-" version ".tar.gz"))
(sha256
(base32
"1f5azj17y8xsb3gjhf7gg1gnnlq12rxkmfjmgcly314d7vghs05z"))))
"1pn735k9ifxlb9mdh8xy7wi22cxni8xyr28n8zx9w0j6vprcg89l"))))
(build-system haskell-build-system)
(inputs
`(("ghc-old-locale" ,ghc-old-locale)