me
/
guix
Archived
1
0
Fork 0

gnu: ghc-glut: Update to 2.7.0.15.

* gnu/packages/haskell-xyz.scm (ghc-glut): Update to 2.7.0.15.
master
Timothy Sample 2019-10-31 13:00:26 -04:00
parent 8bda2fa7da
commit 8284bd09e0
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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)