me
/
guix
Archived
1
0
Fork 0

gnu: r-commonmark: Update to 1.8.0.

* gnu/packages/statistics.scm (r-commonmark): Update to 1.8.0.
Ricardo Wurmus 2022-03-15 14:28:48 +01:00
parent 46a1b44782
commit 2af90fa53e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")