mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: cmark: Update to 0.31.1.
* gnu/packages/markup.scm (cmark): Update to 0.31.1. Change-Id: I70845c5ec35167334e96550d2dad01a5f86ac36a
This commit is contained in:
parent
d6f06e26ce
commit
1f2104aa91
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue