gnu: ghc-glut: Update to 2.7.0.14.

* gnu/packages/haskell.scm (ghc-glut): Update to 2.7.0.14.
This commit is contained in:
Timothy Sample 2018-08-28 22:55:11 -04:00 committed by Ricardo Wurmus
parent 146198f898
commit 2dee63943b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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