mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-juicypixels: Update to 3.2.9.3.
* gnu/packages/haskell.scm (ghc-juicypixels): Update to 3.2.9.3.
This commit is contained in:
parent
e427a0e42c
commit
7a1bc3b9e7
1 changed files with 2 additions and 2 deletions
|
@ -4970,7 +4970,7 @@ (define-public ghc-mmap
|
|||
(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 @@ (define-public ghc-juicypixels
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hxa57cdknz86zywpjwfbdhac5lmk7j0wd5hy4mcnb8mw6r2m592"))))
|
||||
"14s57fgf6kd5n5al2kcvk1aaxbq1ph0r5h8blflrjkx83yl6r8yn"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-mtl" ,ghc-mtl)
|
||||
|
|
Loading…
Reference in a new issue