me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 2.8.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.8.
master
Ricardo Wurmus 2021-05-20 10:54:47 +02:00
parent 5e46eb05fb
commit 20ab7a023c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2734,13 +2734,13 @@ certain criterion, e.g., it contains a certain regular file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "2.7")
(version "2.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32 "0shj637qhpcf30il3lhl3k5bxi5l3x3gf612hbqlakp1qrgrf8lm"))))
(base32 "0qk558n9fxvl0465384mbvkip9jqymjccdvwpxzm54jr0v56gprz"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs