gnu: r-rmarkdown: Update to 1.16.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.16.master
parent
afbc3a8758
commit
322f465751
|
@ -2706,14 +2706,13 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
(define-public r-rmarkdown
|
(define-public r-rmarkdown
|
||||||
(package
|
(package
|
||||||
(name "r-rmarkdown")
|
(name "r-rmarkdown")
|
||||||
(version "1.15")
|
(version "1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rmarkdown" version))
|
(uri (cran-uri "rmarkdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1p11g9lma604ndrhvyvriqxxp91lardc543nmvmr49n1m7309qvz"))))
|
||||||
"0fkfzxkvakc6bb1s2lx7sxmnfff8q1m9isihynhiyqh4x8yikcmw"))))
|
|
||||||
(properties `((upstream-name . "rmarkdown")))
|
(properties `((upstream-name . "rmarkdown")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue