gnu: ghc-glut: Update to 2.7.0.10.

* gnu/packages/haskell.scm (ghc-glut): Update to 2.7.0.10.
master
Ricardo Wurmus 2018-02-13 00:20:05 +01:00
parent 0ffea6f279
commit 8951861c27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1326,7 +1326,7 @@ found at runtime, a userError is thrown.")
(define-public ghc-glut
(package
(name "ghc-glut")
(version "2.7.0.3")
(version "2.7.0.10")
(source
(origin
(method url-fetch)
@ -1336,7 +1336,7 @@ found at runtime, a userError is thrown.")
".tar.gz"))
(sha256
(base32
"1qfilpc10jm47anan44c20y8mh76f2dv09m5d22gk0f7am7hg4k2"))))
"0sbm943bg896nf3qjmlnsg3zzrr3pl330rzh9g0hwv47nzwwn4ab"))))
(build-system haskell-build-system)
(inputs
`(("ghc-statevar" ,ghc-statevar)