gnu: r-commonmark: Update to 1.6.

* gnu/packages/statistics.scm (r-commonmark): Update to 1.6.
This commit is contained in:
Ricardo Wurmus 2018-10-28 19:34:28 +01:00
parent e028eaa992
commit 960425c9e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2212,14 +2212,14 @@ other packages.")
(define-public r-commonmark (define-public r-commonmark
(package (package
(name "r-commonmark") (name "r-commonmark")
(version "1.5") (version "1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "commonmark" version)) (uri (cran-uri "commonmark" version))
(sha256 (sha256
(base32 (base32
"1jwx5rgm0ypd9a3v4jd9za4a644rdzhk1n4dvmgkj9hdpwsida3z")))) "1xymqncf8byqxzpx64zlp6vbx7gry572jkr2ax0zlavr8bli861x"))))
(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")