me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 0.9.5.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 0.9.5.
master
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
(package
(name "r-rmarkdown")
(version "0.8.1")
(version "0.9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32
"07q5g9dvac5j3vnf4sjc60mnkij1k6y7vnzjz6anf499rwdwbxza"))))
"1zz98jxvw3lzva5kkj1n37gbhjwqd96gjs04y6h37pqy6qmkhk8c"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs