gnu: r-rmarkdown: Update to 0.9.5.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 0.9.5.
This commit is contained in:
Ricardo Wurmus 2016-04-20 14:32:57 +02:00
parent 408c2d6937
commit 0d1ffadc1d
1 changed files with 2 additions and 2 deletions

View File

@ -1687,14 +1687,14 @@ encoder/decoder, round-off-error-free sum and cumsum, etc.")
(define-public r-rmarkdown (define-public r-rmarkdown
(package (package
(name "r-rmarkdown") (name "r-rmarkdown")
(version "0.8.1") (version "0.9.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rmarkdown" version)) (uri (cran-uri "rmarkdown" version))
(sha256 (sha256
(base32 (base32
"07q5g9dvac5j3vnf4sjc60mnkij1k6y7vnzjz6anf499rwdwbxza")))) "1zz98jxvw3lzva5kkj1n37gbhjwqd96gjs04y6h37pqy6qmkhk8c"))))
(properties `((upstream-name . "rmarkdown"))) (properties `((upstream-name . "rmarkdown")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs