summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-25 14:28:36 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-11-02 09:32:51 +0100
commit6a99db4f1520f63b0a92f1ec5ec7f6903d370495 (patch)
tree811ce41810ced2691a90fe4586d825458fefd3d2 /gnu/packages/haskell-xyz.scm
parent607a5c4754d757051db76e656a066ce4573d40ea (diff)
downloadguix-patches-6a99db4f1520f63b0a92f1ec5ec7f6903d370495.tar
guix-patches-6a99db4f1520f63b0a92f1ec5ec7f6903d370495.tar.gz
gnu: ghc-juicypixels: Update to 3.3.6.
* gnu/packages/haskell-xyz.scm (ghc-juicypixels): Update to 3.3.6. [inputs]: Remove ghc-mmap.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6d5d98cee3..0ac47674b6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6877,7 +6877,7 @@ Notation, JSON} is a lightweight data-interchange format.")
(define-public ghc-juicypixels
(package
(name "ghc-juicypixels")
- (version "3.3.5")
+ (version "3.3.6")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -6885,14 +6885,13 @@ Notation, JSON} is a lightweight data-interchange format.")
version ".tar.gz"))
(sha256
(base32
- "0yj4jyf56r3c1r3v1lkx8i8ll0jl8g8y2yv87sa4hwgck52199gc"))))
+ "1f8giivsqxma19ax78dr7j4gir12iyfqn2mlsd27zzl8dn7dy6w1"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-zlib" ,ghc-zlib)
("ghc-vector" ,ghc-vector)
- ("ghc-primitive" ,ghc-primitive)
- ("ghc-mmap" ,ghc-mmap)))
+ ("ghc-primitive" ,ghc-primitive)))
(home-page "https://github.com/Twinside/Juicy.Pixels")
(synopsis "Picture loading and serialization library")
(description