samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 0fdc67a78d8d7dc335aa88b04d8974bc0e9d75af
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:00:26 2019 -0400
gnu: ghc-glut: Update to 2.7.0.15.
* gnu/packages/haskell-xyz.scm (ghc-glut): Update to 2.7.0.15.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b6492b6..1cee941 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3949,7 +3949,7 @@ basis for a nicer interface.")
(define-public ghc-glut
(package
(name "ghc-glut")
- (version "2.7.0.14")
+ (version "2.7.0.15")
(source
(origin
(method url-fetch)
@@ -3959,7 +3959,7 @@ basis for a nicer interface.")
".tar.gz"))
(sha256
(base32
- "01i162fly4q1751fp60lgkzlb8kr0qqbvmxj74zc6skb19qggy2w"))))
+ "0271vnf6wllhxjwy0m348x90kv27aybxcbqkkglmd5w4cpwjg5g9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-statevar" ,ghc-statevar)