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
1 changed files with 2 additions and 2 deletions

View File

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