gnu: r-commonmark: Update to 1.8.0.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.8.0.
parent
46a1b44782
commit
2af90fa53e
|
@ -2383,14 +2383,14 @@ other packages.")
|
||||||
(define-public r-commonmark
|
(define-public r-commonmark
|
||||||
(package
|
(package
|
||||||
(name "r-commonmark")
|
(name "r-commonmark")
|
||||||
(version "1.7")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "commonmark" version))
|
(uri (cran-uri "commonmark" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"024iz1qp2kv6iz6y69ir0jk3qhjps86rhkzlcmhqsxx97rx7cjni"))))
|
"0s765c650id19ygx57bsjsw93fwxywmp50zid671bkxi6wlyf1vx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/commonmark")
|
(home-page "https://cran.r-project.org/web/packages/commonmark")
|
||||||
(synopsis "CommonMark and Github Markdown Rendering in R")
|
(synopsis "CommonMark and Github Markdown Rendering in R")
|
||||||
|
|
Reference in New Issue