gnu: r-commonmark: Update to 1.8.1.

* gnu/packages/statistics.scm (r-commonmark): Update to 1.8.1.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:05 +01:00
parent b1b4c2c44a
commit 4a94d6748f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2382,14 +2382,14 @@ (define-public r-desc
(define-public r-commonmark
(package
(name "r-commonmark")
(version "1.8.0")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "commonmark" version))
(sha256
(base32
"0s765c650id19ygx57bsjsw93fwxywmp50zid671bkxi6wlyf1vx"))))
"1gjwpmcxv15y1jg9f7kzp49s68kj1skjsh5g264f9lp37l4wpbcn"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/commonmark")
(synopsis "CommonMark and Github Markdown Rendering in R")