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

View file

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