samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit bf5a703675d68d6ba87e4431cddb5640883910da
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 29b2984..aff510e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3986,7 +3986,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)
@@ -3996,7 +3996,7 @@ basis for a nicer interface.")
              ".tar.gz"))
        (sha256
         (base32
-         "01i162fly4q1751fp60lgkzlb8kr0qqbvmxj74zc6skb19qggy2w"))))
+         "0271vnf6wllhxjwy0m348x90kv27aybxcbqkkglmd5w4cpwjg5g9"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-statevar" ,ghc-statevar)

Reply via email to