guix-commits
[Top][All Lists]
Advanced

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

123/177: gnu: ghc-glut: Update to 2.7.0.10.


From: Ricardo Wurmus
Subject: 123/177: gnu: ghc-glut: Update to 2.7.0.10.
Date: Tue, 13 Feb 2018 07:38:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8951861c270c6e226aa80419e7c7807e9f7be62f
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:20:05 2018 +0100

    gnu: ghc-glut: Update to 2.7.0.10.
    
    * gnu/packages/haskell.scm (ghc-glut): Update to 2.7.0.10.
---
 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 02d4033..9295b4c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1326,7 +1326,7 @@ found at runtime, a userError is thrown.")
 (define-public ghc-glut
   (package
     (name "ghc-glut")
-    (version "2.7.0.3")
+    (version "2.7.0.10")
     (source
      (origin
        (method url-fetch)
@@ -1336,7 +1336,7 @@ found at runtime, a userError is thrown.")
              ".tar.gz"))
        (sha256
         (base32
-         "1qfilpc10jm47anan44c20y8mh76f2dv09m5d22gk0f7am7hg4k2"))))
+         "0sbm943bg896nf3qjmlnsg3zzrr3pl330rzh9g0hwv47nzwwn4ab"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-statevar" ,ghc-statevar)



reply via email to

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