gnu: ghc-opengl: Update to 3.0.2.2.

* gnu/packages/haskell.scm (ghc-opengl): Update to 3.0.2.2.
This commit is contained in:
Timothy Sample 2018-08-28 22:44:29 -04:00 committed by Ricardo Wurmus
parent 81caf94885
commit ce88eae9a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1610,7 +1610,7 @@ (define-public ghc-gluraw
(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 @@ (define-public ghc-opengl
".tar.gz"))
(sha256
(base32
"1nm2mzrn1h2nnfs9vl5p088hqpll7rdvcsyqsn8q641im9jhqp7l"))))
"19vxwvx2n8zq2klj176l25n2b64ybp0b8mhm4p46gvpcivz41fjc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)