mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
146198f898
commit
2dee63943b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue