summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:21:48 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:13 -0500
commitb50b600466fbc13fc6ac95adeef829d8ed0bf3fb (patch)
tree54213e77b795ecbfc7f653d5d481eb3f264f34d7
parent2c86548e12e81084994b0e36e76bdb7120877313 (diff)
gnu: ghc-juicypixels: Update to 3.3.4.
* gnu/packages/haskell-xyz.scm (ghc-juicypixels): Update to 3.3.4.
-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 ac64baaac6..b8386750ae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5468,7 +5468,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/"
@@ -5476,7 +5476,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)