me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 0.9.6.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 0.9.6.
master
Ricardo Wurmus 2016-05-20 14:53:44 +02:00 committed by Ricardo Wurmus
parent 2f7ac060ff
commit f0c56a2411
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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