guix-commits
[Top][All Lists]
Advanced

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

87/272: gnu: ghc-x11: Update to 1.9.


From: Ricardo Wurmus
Subject: 87/272: gnu: ghc-x11: Update to 1.9.
Date: Mon, 1 Oct 2018 06:13:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d09b2ad42801e974eb433593891b51f9894147d9
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:07:16 2018 -0400

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



reply via email to

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