gnu: ghc-juicypixels: Update to 3.2.9.5.
* gnu/packages/haskell.scm (ghc-juicypixels): Update to 3.2.9.5.
This commit is contained in:
parent
50eff0d5ff
commit
38f0d04e59
|
@ -6003,7 +6003,7 @@ do on-demand loading.")
|
||||||
(define-public ghc-juicypixels
|
(define-public ghc-juicypixels
|
||||||
(package
|
(package
|
||||||
(name "ghc-juicypixels")
|
(name "ghc-juicypixels")
|
||||||
(version "3.2.9.3")
|
(version "3.2.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -6011,7 +6011,7 @@ do on-demand loading.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14s57fgf6kd5n5al2kcvk1aaxbq1ph0r5h8blflrjkx83yl6r8yn"))))
|
"0mf3ihr0xy2wc2wzb9a17g0n3p60x7pvm8akwpvhdy8klvs6r744"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-zlib" ,ghc-zlib)
|
`(("ghc-zlib" ,ghc-zlib)
|
||||||
|
|
Loading…
Reference in New Issue