diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-22 22:15:08 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-22 23:46:02 +0200 |
| commit | 1f2104aa9153b2ca651cbb5ba8f5e74097a10b69 (patch) | |
| tree | 68d39057c235d1b14d31bba6a27279c6941c455f /gnu/packages | |
| parent | d6f06e26cea96bf94a1cb263bd40621afb6f0872 (diff) | |
gnu: cmark: Update to 0.31.1.
* gnu/packages/markup.scm (cmark): Update to 0.31.1.
Change-Id: I70845c5ec35167334e96550d2dad01a5f86ac36a
Diffstat (limited to 'gnu/packages')
| -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 a85b6958836..687fe21c99a 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -474,7 +474,7 @@ convert HTML to Markdown.") (define-public cmark (package (name "cmark") - (version "0.31.0") + (version "0.31.1") (source (origin (method git-fetch) (uri (git-reference @@ -483,7 +483,7 @@ convert HTML to Markdown.") (file-name (git-file-name name version)) (sha256 (base32 - "0llj68l9rxdhral0zyv0bz6yzqsxgq8d3730082sl3kx78lsq5qq")))) + "029x6rjlyxs50dxppaqk6lqzyy58hl0laqalmgiqr3m363pz14pq")))) (build-system cmake-build-system) (native-inputs (list python)) (synopsis "CommonMark Markdown reference implementation") |
