gnu: cmark: Update to 0.27.1.
* gnu/packages/markdown.scm (cmark): Update to 0.27.1.master
parent
1e5c056ca1
commit
95b80db637
|
@ -104,7 +104,7 @@ convert it to structurally valid XHTML (or HTML).")
|
||||||
(define-public cmark
|
(define-public cmark
|
||||||
(package
|
(package
|
||||||
(name "cmark")
|
(name "cmark")
|
||||||
(version "0.26.1")
|
(version "0.27.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/jgm/cmark/archive/"
|
(uri (string-append "https://github.com/jgm/cmark/archive/"
|
||||||
|
@ -112,7 +112,7 @@ convert it to structurally valid XHTML (or HTML).")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mpmcy4bbmc8m058zqs9dwx49lcfi7bdnfszsr9y66cwgylia1mm"))))
|
"1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "test"))
|
'(#:test-target "test"))
|
||||||
|
|
Reference in New Issue