diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 09:48:45 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:01 -0500 |
commit | 24fc8daea3f3ee348b839cd7aa33767ae65613fd (patch) | |
tree | 7395c122a2b3e8c61062cf55ca1cae8a22340077 | |
parent | fad9cff23f20418f9dfb18f0f3b6d55919fa9ddb (diff) | |
download | guix-24fc8daea3f3ee348b839cd7aa33767ae65613fd.tar.gz |
gnu: ghc-cmark-gfm: Update to 0.2.0.
* gnu/packages/haskell-xyz.scm (ghc-cmark-gfm): Update to 0.2.0.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 55f20fe777..e0c8918080 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -1720,7 +1720,7 @@ sources, and does not require prior installation of the C library.") (define-public ghc-cmark-gfm (package (name "ghc-cmark-gfm") - (version "0.1.5") + (version "0.2.0") (source (origin (method url-fetch) @@ -1729,7 +1729,7 @@ sources, and does not require prior installation of the C library.") version ".tar.gz")) (sha256 (base32 - "13b0mqks5c1q989slgsa3ixr5vvkfyic4ynzgv00kgl5qrs7hqk7")))) + "03xflrkyw84qv3yjly5iks9311bqv5cmrmsylr763v4ph0fn7rjq")))) (build-system haskell-build-system) (native-inputs `(("ghc-hunit" ,ghc-hunit))) |