gnu: r-rmarkdown: Update to 1.14.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.14.
This commit is contained in:
Ricardo Wurmus 2019-08-06 13:49:28 +02:00
parent 6af62ad50a
commit feb261ee9b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2696,14 +2696,14 @@ (define-public r-rprojroot
(define-public r-rmarkdown (define-public r-rmarkdown
(package (package
(name "r-rmarkdown") (name "r-rmarkdown")
(version "1.13") (version "1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rmarkdown" version)) (uri (cran-uri "rmarkdown" version))
(sha256 (sha256
(base32 (base32
"1vv3b8nlw8ra19492rjg3na42lwh3xr5a2jy2ia81fvvs846pywn")))) "0qfw5rkvwqpgix32g6qy9xrr50awmm146aqbm836xravih2b2dpn"))))
(properties `((upstream-name . "rmarkdown"))) (properties `((upstream-name . "rmarkdown")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs