guix-commits
[Top][All Lists]
Advanced

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

173/328: gnu: ghc-hslua: Update to 1.0.3.2.


From: guix-commits
Subject: 173/328: gnu: ghc-hslua: Update to 1.0.3.2.
Date: Sat, 16 Nov 2019 19:33:01 -0500 (EST)

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

commit 641f55604d6a0c840a83152b191ecef8a2743ecc
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:08:51 2019 -0400

    gnu: ghc-hslua: Update to 1.0.3.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-hslua): Update to 1.0.3.2.
---
 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 4da0455..cb323f9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5006,14 +5006,14 @@ handler built in.")
 (define-public ghc-hslua
   (package
     (name "ghc-hslua")
-    (version "0.9.5.2")
+    (version "1.0.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "hslua/hslua-" version ".tar.gz"))
               (sha256
                (base32
-                "1rdvv01p214zfjh6fcqjjgqwi8y42wad6cqzhlcv5gvclzw2ck8f"))))
+                "183bgl5jcx5y2r94lviqfw0a5w9089nxjd1z40k8vx9y2h60pm6j"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags '("-fsystem-lua")))



reply via email to

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