Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 2.10.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.10.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:35 +02:00
parent 5b7813fd09
commit e626540d41
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2740,13 +2740,13 @@ certain criterion, e.g., it contains a certain regular file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "2.9")
(version "2.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32 "0s46x819zhf45k8qzpiwz79i5pn4gv99jfadywcjca3wka5szrbc"))))
(base32 "1p2cc9ysj906gkl4c6ac7s8njh32p2kcx1ib4gjj3jmfz915k9jk"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs