guix-commits
[Top][All Lists]
Advanced

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

158/249: gnu: ghc-hslua: Update to 1.0.3.2.


From: guix-commits
Subject: 158/249: gnu: ghc-hslua: Update to 1.0.3.2.
Date: Thu, 31 Oct 2019 23:49:53 -0400 (EDT)

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

commit 9f7f3e0c3882d40ca1faad2143de365022729830
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 6db1d35..ba13cf3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4964,14 +4964,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]