guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ghc-x11: Update to 1.8.


From: Ricardo Wurmus
Subject: 01/02: gnu: ghc-x11: Update to 1.8.
Date: Wed, 21 Jun 2017 03:44:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 48ca045c8dad4138bf245198faf9830e3899619a
Author: Mekeor Melire <address@hidden>
Date:   Sat May 13 23:34:39 2017 +0200

    gnu: ghc-x11: Update to 1.8.
    
    * gnu/packages/haskell.scm (ghc-x11): Update to 1.8.
---
 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 bafda1c..a672092 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1632,14 +1632,14 @@ environment variables.")
 (define-public ghc-x11
   (package
     (name "ghc-x11")
-    (version "1.6.1.2")
+    (version "1.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/X11/";
                            "X11-" version ".tar.gz"))
        (sha256
-        (base32 "1kzjcynm3rr83ihqx2y2d852jc49da4p18gv6jzm7g87z22x85jj"))))
+        (base32 "13lxq36856fzp61y4api78vssykyh8fm2aplr0nsj18ymdm1c6sl"))))
     (build-system haskell-build-system)
     (inputs
      `(("libx11" ,libx11)



reply via email to

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