gnu: r-rmarkdown: Update to 1.4.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.4.
This commit is contained in:
Ricardo Wurmus 2017-04-06 12:42:31 +02:00
parent ac5e810205
commit 0def707ad8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2550,14 +2550,14 @@ (define-public r-rprojroot
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "1.3")
(version "1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32
"1vvxyf3zhyxx6k697lia299456hryp8nh3zr0fc27f3107a8mcjf"))))
"1dvs9cq88g61wfimifagq6y98yxavxzjan39jvpdsg98mafckq9g"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs