gnu: ghc-openglraw: Update to 3.3.1.0.

* gnu/packages/haskell.scm (ghc-openglraw): Update to 3.3.1.0.
master
Timothy Sample 2018-08-28 22:14:17 -04:00 committed by Ricardo Wurmus
parent cd40c4d6c3
commit 1aacec9e3d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1539,7 +1539,7 @@ arithmetic.")
(define-public ghc-openglraw
(package
(name "ghc-openglraw")
(version "3.2.7.0")
(version "3.3.1.0")
(source
(origin
(method url-fetch)
@ -1549,7 +1549,7 @@ arithmetic.")
".tar.gz"))
(sha256
(base32
"024aln102d1mmsdalq9jd5mmwjbnrb8gxcak73lybrc7q87kswk2"))))
"1x8w3x308jldj2c1xqcq3a3sc2jc06pdpgqkgjsmixi1skv4a1vb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-half" ,ghc-half)