gnu: ghc-glut: Update to 2.7.0.15.
* gnu/packages/haskell-xyz.scm (ghc-glut): Update to 2.7.0.15.master
parent
8bda2fa7da
commit
8284bd09e0
|
@ -3987,7 +3987,7 @@ basis for a nicer interface.")
|
||||||
(define-public ghc-glut
|
(define-public ghc-glut
|
||||||
(package
|
(package
|
||||||
(name "ghc-glut")
|
(name "ghc-glut")
|
||||||
(version "2.7.0.14")
|
(version "2.7.0.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3997,7 +3997,7 @@ basis for a nicer interface.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01i162fly4q1751fp60lgkzlb8kr0qqbvmxj74zc6skb19qggy2w"))))
|
"0271vnf6wllhxjwy0m348x90kv27aybxcbqkkglmd5w4cpwjg5g9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-statevar" ,ghc-statevar)
|
`(("ghc-statevar" ,ghc-statevar)
|
||||||
|
|
Reference in New Issue