diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:43:08 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:12 +0200 |
commit | 38f0d04e5971d4228824300f278cd7d6930d8893 (patch) | |
tree | d3f05303aa99fed0655127409a8e9eeb7cf907df | |
parent | 50eff0d5ff2d50038f652a44f12410160651c389 (diff) | |
download | guix-38f0d04e5971d4228824300f278cd7d6930d8893.tar.gz |
gnu: ghc-juicypixels: Update to 3.2.9.5.
* gnu/packages/haskell.scm (ghc-juicypixels): Update to 3.2.9.5.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 481502857b..e1c81f28b2 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6003,7 +6003,7 @@ do on-demand loading.") (define-public ghc-juicypixels (package (name "ghc-juicypixels") - (version "3.2.9.3") + (version "3.2.9.5") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -6011,7 +6011,7 @@ do on-demand loading.") version ".tar.gz")) (sha256 (base32 - "14s57fgf6kd5n5al2kcvk1aaxbq1ph0r5h8blflrjkx83yl6r8yn")))) + "0mf3ihr0xy2wc2wzb9a17g0n3p60x7pvm8akwpvhdy8klvs6r744")))) (build-system haskell-build-system) (inputs `(("ghc-zlib" ,ghc-zlib) |