me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 2.7.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.7.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2725,13 +2725,13 @@ certain criterion, e.g., it contains a certain regular file.")
(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