gnu: ghc-chart: Update to 1.9.1.

* gnu/packages/haskell-xyz.scm (ghc-chart): Update to 1.9.1.
This commit is contained in:
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

View file

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