guix-commits
[Top][All Lists]
Advanced

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

160/329: gnu: ghc-glut: Update to 2.7.0.15.


From: guix-commits
Subject: 160/329: gnu: ghc-glut: Update to 2.7.0.15.
Date: Wed, 20 Nov 2019 21:17:50 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 8284bd09e02487a8c5a5a49c65c0c3c6313c7ec3
Author: Timothy Sample <address@hidden>
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 ea26736..e985af2 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)



reply via email to

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