guix-commits
[Top][All Lists]
Advanced

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

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


From: Ricardo Wurmus
Subject: 177/272: gnu: ghc-glut: Update to 2.7.0.14.
Date: Mon, 1 Oct 2018 06:13:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2dee63943b3b9c215264c926e27a7af9e93ec886
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]