gnu: ghc-chart-cairo: Update to 1.9.1.
* gnu/packages/haskell-xyz.scm (ghc-chart-cairo): Update to 1.9.1.
This commit is contained in:
parent
801cf5b13a
commit
5cf9264d63
1 changed files with 2 additions and 2 deletions
|
@ -1551,7 +1551,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} libraries.")
|
||||||
(define-public ghc-chart-cairo
|
(define-public ghc-chart-cairo
|
||||||
(package
|
(package
|
||||||
(name "ghc-chart-cairo")
|
(name "ghc-chart-cairo")
|
||||||
(version "1.9")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1559,7 +1559,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} libraries.")
|
||||||
"Chart-cairo-" version ".tar.gz"))
|
"Chart-cairo-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iany6lfyfb1cw0pxfs5aw5k0a6x41m6ql9ad9w59biwdckbsyqr"))))
|
"0hknj4rsjf2m8p5pyq5zff8ai7v80yvmxb5c6n0bkgxs4317nbl9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-old-locale" ,ghc-old-locale)
|
`(("ghc-old-locale" ,ghc-old-locale)
|
||||||
|
|
Reference in a new issue