gnu: ghc-glut: Update to 2.7.0.10.
* gnu/packages/haskell.scm (ghc-glut): Update to 2.7.0.10.master
parent
0ffea6f279
commit
8951861c27
|
@ -1326,7 +1326,7 @@ found at runtime, a userError is thrown.")
|
||||||
(define-public ghc-glut
|
(define-public ghc-glut
|
||||||
(package
|
(package
|
||||||
(name "ghc-glut")
|
(name "ghc-glut")
|
||||||
(version "2.7.0.3")
|
(version "2.7.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1336,7 +1336,7 @@ found at runtime, a userError is thrown.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qfilpc10jm47anan44c20y8mh76f2dv09m5d22gk0f7am7hg4k2"))))
|
"0sbm943bg896nf3qjmlnsg3zzrr3pl330rzh9g0hwv47nzwwn4ab"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-statevar" ,ghc-statevar)
|
`(("ghc-statevar" ,ghc-statevar)
|
||||||
|
|
Reference in New Issue