guix-commits
[Top][All Lists]
Advanced

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

66/328: gnu: ghc-x11: Update to 1.9.1.


From: guix-commits
Subject: 66/328: gnu: ghc-x11: Update to 1.9.1.
Date: Sat, 16 Nov 2019 19:32:24 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit f2f5db65fb105ccd2020e8987888d163d51b8fb0
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:01:33 2019 -0400

    gnu: ghc-x11: Update to 1.9.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-x11): Update to 1.9.1.
---
 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 d970ab1..c3db0ed 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11669,14 +11669,14 @@ modernized interface.")
 (define-public ghc-x11
   (package
     (name "ghc-x11")
-    (version "1.9")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/X11/";
                            "X11-" version ".tar.gz"))
        (sha256
-        (base32 "1f8dy6ckkyvpcv7zlniyv01cqjb9lgqscm8pml58cvwc7n38w4qh"))))
+        (base32 "0gg6852mrlgl8zng1j84fismz7k81jr5fk92glgkscf8q6ryg0bm"))))
     (build-system haskell-build-system)
     (inputs
      `(("libx11" ,libx11)



reply via email to

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