summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 22:44:29 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:17 +0200
commitce88eae9a30d23d10cc771fb06659da293d1ae9b (patch)
treeefe17e38264cdcf2d776f0a1f6f12c732cd71318
parent81caf9488546f438c7d6397959e827f6af9273cb (diff)
downloadguix-patches-ce88eae9a30d23d10cc771fb06659da293d1ae9b.tar
guix-patches-ce88eae9a30d23d10cc771fb06659da293d1ae9b.tar.gz
gnu: ghc-opengl: Update to 3.0.2.2.
* gnu/packages/haskell.scm (ghc-opengl): Update to 3.0.2.2.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 142c96f63c..d1046a81bf 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1610,7 +1610,7 @@ basis for a nicer interface.")
(define-public ghc-opengl
(package
(name "ghc-opengl")
- (version "3.0.1.0")
+ (version "3.0.2.2")
(source
(origin
(method url-fetch)
@@ -1620,7 +1620,7 @@ basis for a nicer interface.")
".tar.gz"))
(sha256
(base32
- "1nm2mzrn1h2nnfs9vl5p088hqpll7rdvcsyqsn8q641im9jhqp7l"))))
+ "19vxwvx2n8zq2klj176l25n2b64ybp0b8mhm4p46gvpcivz41fjc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)