summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-15 07:29:25 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-15 07:29:25 +0100
commit7a1bc3b9e700b7975b19eed3b7507d415481f75e (patch)
treedc37f45a7578fa1bb01169640d7e9c2d061853d8
parente427a0e42ce54fb4acda5edc1e76a90ad9ef82f1 (diff)
downloadpatches-7a1bc3b9e700b7975b19eed3b7507d415481f75e.tar
patches-7a1bc3b9e700b7975b19eed3b7507d415481f75e.tar.gz
gnu: ghc-juicypixels: Update to 3.2.9.3.
* gnu/packages/haskell.scm (ghc-juicypixels): Update to 3.2.9.3.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 91adb5013a..990ff8b22e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4970,7 +4970,7 @@ do on-demand loading.")
(define-public ghc-juicypixels
(package
(name "ghc-juicypixels")
- (version "3.2.6.2")
+ (version "3.2.9.3")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -4978,7 +4978,7 @@ do on-demand loading.")
version ".tar.gz"))
(sha256
(base32
- "0hxa57cdknz86zywpjwfbdhac5lmk7j0wd5hy4mcnb8mw6r2m592"))))
+ "14s57fgf6kd5n5al2kcvk1aaxbq1ph0r5h8blflrjkx83yl6r8yn"))))
(build-system haskell-build-system)
(inputs
`(("ghc-mtl" ,ghc-mtl)