Skip to content
Snippets Groups Projects
Unverified Commit b55d15e7 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: cmark: Update to 0.28.0.

* gnu/packages/markup.scm (cmark): Update to 0.28.0.
parent 0a3ecfd2
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ (define-public markdown
(define-public cmark
(package
(name "cmark")
(version "0.27.1")
(version "0.28.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jgm/cmark/archive/"
......@@ -113,7 +113,7 @@ (define-public cmark
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6"))))
"03pypf2mcacfa7lrwz66lh5hydsycc33arp1nx1lljbq98gikkv8"))))
(build-system cmake-build-system)
(arguments
'(#:test-target "test"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment