mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (define-public ghc-chart
|
|||
(define-public ghc-chart-cairo
|
||||
(package
|
||||
(name "ghc-chart-cairo")
|
||||
(version "1.9")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1559,7 +1559,7 @@ (define-public ghc-chart-cairo
|
|||
"Chart-cairo-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0iany6lfyfb1cw0pxfs5aw5k0a6x41m6ql9ad9w59biwdckbsyqr"))))
|
||||
"0hknj4rsjf2m8p5pyq5zff8ai7v80yvmxb5c6n0bkgxs4317nbl9"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-old-locale" ,ghc-old-locale)
|
||||
|
|
Loading…
Reference in a new issue