mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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:
parent
86526f37c3
commit
6cd84b98dc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue