diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-19 22:53:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-20 10:02:48 +0200 |
commit | 8840971767b9cfa78e204a607addcff2292a5026 (patch) | |
tree | eb951085d0ef501ba41bc23d104ce7ac61a8cc01 /gnu/packages/markup.scm | |
parent | 2c24b96b1013f4dddd97df68b4af8aa68181e8e8 (diff) |
gnu: cmark: Update to 0.29.0.
* gnu/packages/markup.scm (cmark): Update to 0.29.0.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r-- | gnu/packages/markup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 216f01456d..c1fc71b0a2 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -196,7 +196,7 @@ implementation. (define-public cmark (package (name "cmark") - (version "0.28.3") + (version "0.29.0") (source (origin (method git-fetch) (uri (git-reference @@ -205,7 +205,7 @@ implementation. (file-name (git-file-name name version)) (sha256 (base32 - "1lal6n6q7l84njgdcq1xbfxan56qlvr8xaw9m2jbd0jk4y2wkczg")))) + "0r7jpqhgnssq444i8pwji2g36058vfzwkl70wbiwj13h4w5rfc8f")))) (build-system cmake-build-system) (arguments '(#:test-target "test")) |