summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:00:26 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:23 -0500
commit8284bd09e02487a8c5a5a49c65c0c3c6313c7ec3 (patch)
tree86c48c7e50c2c875bd39ddc15f58196adae082cb
parent8bda2fa7dab87f29a6e60d3784bcef1ec4202f91 (diff)
downloadguix-8284bd09e02487a8c5a5a49c65c0c3c6313c7ec3.tar.gz
gnu: ghc-glut: Update to 2.7.0.15.
* gnu/packages/haskell-xyz.scm (ghc-glut): Update to 2.7.0.15.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ea267362e1..e985af2356 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3987,7 +3987,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)
@@ -3997,7 +3997,7 @@ basis for a nicer interface.")
              ".tar.gz"))
        (sha256
         (base32
-         "01i162fly4q1751fp60lgkzlb8kr0qqbvmxj74zc6skb19qggy2w"))))
+         "0271vnf6wllhxjwy0m348x90kv27aybxcbqkkglmd5w4cpwjg5g9"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-statevar" ,ghc-statevar)