summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:15:37 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:30 -0500
commitcae58e5659211c6811aa5a14c42db704822665ff (patch)
tree7a2252274202408d1b724e2ede9dc92884db8da7
parent36c940cf5285d07326b12783d67aebb75ad3ee4d (diff)
downloadpatches-cae58e5659211c6811aa5a14c42db704822665ff.tar
patches-cae58e5659211c6811aa5a14c42db704822665ff.tar.gz
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.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5b82975444..d11e0904c8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5206,7 +5206,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)
@@ -5214,7 +5214,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)