Archived
1
0
Fork 0

gnu: cmark: Update to 0.28.0.

* gnu/packages/markup.scm (cmark): Update to 0.28.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-04 01:27:14 +02:00
parent 0a3ecfd29c
commit b55d15e795
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -105,7 +105,7 @@ convert it to structurally valid XHTML (or HTML).")
(define-public cmark (define-public cmark
(package (package
(name "cmark") (name "cmark")
(version "0.27.1") (version "0.28.0")
(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/"
@ -113,7 +113,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
"1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6")))) "03pypf2mcacfa7lrwz66lh5hydsycc33arp1nx1lljbq98gikkv8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:test-target "test")) '(#:test-target "test"))