mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-markdown: Update to 1.4.
* gnu/packages/statistics.scm (r-markdown): Update to 1.4.
This commit is contained in:
parent
0a84340fd2
commit
56a57c74fa
1 changed files with 2 additions and 2 deletions
|
@ -1515,13 +1515,13 @@ (define-public r-mime
|
|||
(define-public r-markdown
|
||||
(package
|
||||
(name "r-markdown")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "markdown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w9hrc745zwgsnmr72jkwfh22xqgdsq089qcajlc69xrwya3wxxi"))))
|
||||
"0ziwirplzjcci2km6wln035qfd2irjl58r77kl98r8s257kavqz0"))))
|
||||
(build-system r-build-system)
|
||||
;; Skip check phase because the tests require the r-knitr package to be
|
||||
;; installed. This prevents installation failures. Knitr normally
|
||||
|
|
Loading…
Reference in a new issue