summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-08 23:16:32 -0500
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:49 -0500
commit5cf9264d63c24617db4f21f4de31d4b300fa43cf (patch)
treec6a25cf7e7c3738f6e8d79556b0e50561627be97 /gnu/packages/haskell-xyz.scm
parent801cf5b13a7c4cf4a4c31722c13f52406e3de02c (diff)
downloadpatches-5cf9264d63c24617db4f21f4de31d4b300fa43cf.tar
patches-5cf9264d63c24617db4f21f4de31d4b300fa43cf.tar.gz
gnu: ghc-chart-cairo: Update to 1.9.1.
* gnu/packages/haskell-xyz.scm (ghc-chart-cairo): Update to 1.9.1.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9139807562..e485b1f9bf 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1551,7 +1551,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} libraries.")
(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 @@ backends provided by the @code{Cairo} and @code{Diagrams} libraries.")
"Chart-cairo-" version ".tar.gz"))
(sha256
(base32
- "0iany6lfyfb1cw0pxfs5aw5k0a6x41m6ql9ad9w59biwdckbsyqr"))))
+ "0hknj4rsjf2m8p5pyq5zff8ai7v80yvmxb5c6n0bkgxs4317nbl9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-old-locale" ,ghc-old-locale)