me
/
guix
Archived
1
0
Fork 0

gnu: ghc-juicypixels: Update to 3.3.6.

* gnu/packages/haskell-xyz.scm (ghc-juicypixels): Update to 3.3.6.
[inputs]: Remove ghc-mmap.
master
Lars-Dominik Braun 2021-10-25 14:28:36 +02:00
parent 607a5c4754
commit 6a99db4f15
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 3 additions and 4 deletions

View File

@ -6877,7 +6877,7 @@ Notation, JSON} is a lightweight data-interchange format.")
(define-public ghc-juicypixels (define-public ghc-juicypixels
(package (package
(name "ghc-juicypixels") (name "ghc-juicypixels")
(version "3.3.5") (version "3.3.6")
(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/"
@ -6885,14 +6885,13 @@ Notation, JSON} is a lightweight data-interchange format.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yj4jyf56r3c1r3v1lkx8i8ll0jl8g8y2yv87sa4hwgck52199gc")))) "1f8giivsqxma19ax78dr7j4gir12iyfqn2mlsd27zzl8dn7dy6w1"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(outputs '("out" "static" "doc")) (outputs '("out" "static" "doc"))
(inputs (inputs
`(("ghc-zlib" ,ghc-zlib) `(("ghc-zlib" ,ghc-zlib)
("ghc-vector" ,ghc-vector) ("ghc-vector" ,ghc-vector)
("ghc-primitive" ,ghc-primitive) ("ghc-primitive" ,ghc-primitive)))
("ghc-mmap" ,ghc-mmap)))
(home-page "https://github.com/Twinside/Juicy.Pixels") (home-page "https://github.com/Twinside/Juicy.Pixels")
(synopsis "Picture loading and serialization library") (synopsis "Picture loading and serialization library")
(description (description