gnu: r-rmarkdown: Update to 2.7.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.7.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:42:29 +01:00
parent 658e44abdb
commit 395ab04137
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2725,13 +2725,13 @@ (define-public r-rprojroot
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "2.6")
(version "2.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32 "1c7nrpnv2v43msv7nia90rjh6s5x9m5wlb3mpiwy04fyfb29krz6"))))
(base32 "0shj637qhpcf30il3lhl3k5bxi5l3x3gf612hbqlakp1qrgrf8lm"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs