gnu: r-rmarkdown: Update to 1.12.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.12.
This commit is contained in:
Ricardo Wurmus 2019-03-20 23:41:15 +01:00
parent 33fba4cea8
commit 1d7049335f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2678,14 +2678,14 @@ (define-public r-rprojroot
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "1.11")
(version "1.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32
"0yyjbh891mdqzpjkblz8510ng71i7mxmyiqr69x3rwlwk2vakk79"))))
"0milpdaf4nd36kq6sci9wc5dhwswl4w9c9fychfbppgjsgfp6kfv"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs