samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 0b33c949b3bcb78837554bc17a765dd45c77abe8
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:21:48 2019 -0400
gnu: ghc-juicypixels: Update to 3.3.4.
* gnu/packages/haskell-xyz.scm (ghc-juicypixels): Update to 3.3.4.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3fba564..1acb129 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5460,7 +5460,7 @@ JSON (JavaScript Object Notation) is a lightweight
data-interchange format.")
(define-public ghc-juicypixels
(package
(name "ghc-juicypixels")
- (version "3.2.9.5")
+ (version "3.3.4")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -5468,7 +5468,7 @@ JSON (JavaScript Object Notation) is a lightweight
data-interchange format.")
version ".tar.gz"))
(sha256
(base32
- "0mf3ihr0xy2wc2wzb9a17g0n3p60x7pvm8akwpvhdy8klvs6r744"))))
+ "0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x"))))
(build-system haskell-build-system)
(inputs
`(("ghc-zlib" ,ghc-zlib)