gnu: r-rmarkdown: Update to 1.15.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.15.
master
Ricardo Wurmus 2019-09-02 14:38:31 +02:00
parent a1a7afc06c
commit 21890aad50
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2696,14 +2696,14 @@ certain criterion, e.g., it contains a certain regular file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "1.14")
(version "1.15")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32
"0qfw5rkvwqpgix32g6qy9xrr50awmm146aqbm836xravih2b2dpn"))))
"0fkfzxkvakc6bb1s2lx7sxmnfff8q1m9isihynhiyqh4x8yikcmw"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs