gnu: ghc-openglraw: Update to 3.3.3.0.

* gnu/packages/haskell-xyz.scm (ghc-openglraw): Update to 3.3.3.0.
This commit is contained in:
Timothy Sample 2019-10-31 10:31:14 -04:00
parent c69f98bafd
commit 15ebc81547
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -7063,7 +7063,7 @@ (define-public ghc-opengl
(define-public ghc-openglraw
(package
(name "ghc-openglraw")
(version "3.3.1.0")
(version "3.3.3.0")
(source
(origin
(method url-fetch)
@ -7073,7 +7073,7 @@ (define-public ghc-openglraw
".tar.gz"))
(sha256
(base32
"1x8w3x308jldj2c1xqcq3a3sc2jc06pdpgqkgjsmixi1skv4a1vb"))))
"0zgllb4bcash2i2cispa3j565aw3dpxs41ghmhpvyvi4a6xmyldx"))))
(build-system haskell-build-system)
(inputs
`(("ghc-half" ,ghc-half)