guix-commits
[Top][All Lists]
Advanced

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

181/249: gnu: ghc-inline-c-cpp: Update to 0.3.0.3.


From: guix-commits
Subject: 181/249: gnu: ghc-inline-c-cpp: Update to 0.3.0.3.
Date: Thu, 31 Oct 2019 23:49:58 -0400 (EDT)

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

commit edaec1cd2fb3c638aff8ea4706c560a24192fb05
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:15:37 2019 -0400

    gnu: ghc-inline-c-cpp: Update to 0.3.0.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-inline-c-cpp): Update to 0.3.0.3.
---
 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 c980091..b59493a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5158,7 +5158,7 @@ minimal overhead.  No FFI required.")
 (define-public ghc-inline-c-cpp
   (package
     (name "ghc-inline-c-cpp")
-    (version "0.2.2.1")
+    (version "0.3.0.3")
     (source
      (origin
        (method url-fetch)
@@ -5166,7 +5166,7 @@ minimal overhead.  No FFI required.")
                            "inline-c-cpp-" version ".tar.gz"))
        (sha256
         (base32
-         "1rk7fmpkmxw9hhwr8df29kadnf0ybnwj64ggdbnsdrpfyhnkisci"))))
+         "1sxwx9dh60qfpa72dymj015zwd6prhb70x5mkabqzi7nhg3aakln"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-inline-c" ,ghc-inline-c)



reply via email to

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