gnu: r-commonmark: Update to 1.9.1.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.9.1. Change-Id: Ifccd39448f0d6181bfcede089aa922cd60c5293cmaster
parent
e6847d7a2f
commit
c72ceba47f
|
@ -2793,14 +2793,14 @@ other packages.")
|
|||
(define-public r-commonmark
|
||||
(package
|
||||
(name "r-commonmark")
|
||||
(version "1.9.0")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "commonmark" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13slfv9xpd5fhccw6xgm274d338gmpvc4sdzd943dm684rd1ml3d"))))
|
||||
"0fxm1nn4al0yn79iqix9cp5j5chr8jq56d29ayqrpag49hzs25wm"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/commonmark")
|
||||
(synopsis "CommonMark and Github Markdown Rendering in R")
|
||||
|
|
Reference in New Issue