gnu: ghc-gluraw: Update to 2.0.0.4.

* gnu/packages/haskell.scm (ghc-gluraw): Update to 2.0.0.4.
This commit is contained in:
Timothy Sample 2018-08-28 22:22:40 -04:00 committed by Ricardo Wurmus
parent 68dc0c294a
commit 211b213367
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1599,7 +1599,7 @@ (define-public ghc-glut
(define-public ghc-gluraw
(package
(name "ghc-gluraw")
(version "2.0.0.2")
(version "2.0.0.4")
(source
(origin
(method url-fetch)
@ -1609,7 +1609,7 @@ (define-public ghc-gluraw
".tar.gz"))
(sha256
(base32
"1phmvxr0kkxq89ykmr8rj77inj8dvcxd6h72z1ncdgdazfz3sjw8"))))
"1i2xi35n5z0d372px9mh6cyhgg1m0cfaiy3fnspkf6kbn9fgsqxq"))))
(build-system haskell-build-system)
(inputs
`(("ghc-openglraw" ,ghc-openglraw)))