gnu: cmark: Update to 0.29.0.
* gnu/packages/markup.scm (cmark): Update to 0.29.0.
This commit is contained in:
parent
2c24b96b10
commit
8840971767
1 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ implementation.
|
||||||
(define-public cmark
|
(define-public cmark
|
||||||
(package
|
(package
|
||||||
(name "cmark")
|
(name "cmark")
|
||||||
(version "0.28.3")
|
(version "0.29.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -205,7 +205,7 @@ implementation.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lal6n6q7l84njgdcq1xbfxan56qlvr8xaw9m2jbd0jk4y2wkczg"))))
|
"0r7jpqhgnssq444i8pwji2g36058vfzwkl70wbiwj13h4w5rfc8f"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "test"))
|
'(#:test-target "test"))
|
||||||
|
|
Reference in a new issue