gnu: r-rmarkdown: Update to 2.3.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.3.
This commit is contained in:
Ricardo Wurmus 2020-06-22 12:13:37 +02:00
parent 55e89c6aa6
commit 15bee10afe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2683,13 +2683,13 @@ certain criterion, e.g., it contains a certain regular file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "2.2")
(version "2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32 "196r3hq1gcr6iamxllq4k40cb109b16ng24ky0q68bwrll80q1mh"))))
(base32 "0vdjq4kcyxkr2m27588kk6yi5g53symjshj4jz4n0j18wz53shji"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs