guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

177/257: gnu: ghc-glut: Update to 2.7.0.14.


From: Ricardo Wurmus
Subject: 177/257: gnu: ghc-glut: Update to 2.7.0.14.
Date: Thu, 27 Sep 2018 15:47:23 -0400 (EDT)

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

commit 10982f762056f4a3e2d6dd8e69285c42968fee7f
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:55:11 2018 -0400

    gnu: ghc-glut: Update to 2.7.0.14.
    
    * gnu/packages/haskell.scm (ghc-glut): Update to 2.7.0.14.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c65bff3..4fd8e69 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1571,7 +1571,7 @@ found at runtime, a userError is thrown.")
 (define-public ghc-glut
   (package
     (name "ghc-glut")
-    (version "2.7.0.10")
+    (version "2.7.0.14")
     (source
      (origin
        (method url-fetch)
@@ -1581,7 +1581,7 @@ found at runtime, a userError is thrown.")
              ".tar.gz"))
        (sha256
         (base32
-         "0sbm943bg896nf3qjmlnsg3zzrr3pl330rzh9g0hwv47nzwwn4ab"))))
+         "01i162fly4q1751fp60lgkzlb8kr0qqbvmxj74zc6skb19qggy2w"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-statevar" ,ghc-statevar)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]