mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-markdown: Update to 1.7.
* gnu/packages/statistics.scm (r-markdown): Update to 1.7.
This commit is contained in:
parent
232b2530b8
commit
ef8d938f7b
1 changed files with 2 additions and 2 deletions
|
@ -1530,13 +1530,13 @@ (define-public r-mime
|
||||||
(define-public r-markdown
|
(define-public r-markdown
|
||||||
(package
|
(package
|
||||||
(name "r-markdown")
|
(name "r-markdown")
|
||||||
(version "1.6")
|
(version "1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "markdown" version))
|
(uri (cran-uri "markdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sjrynkg42g7s2czwmx4lzk92fssnd73cqj63djlpbk1h66qn8j6"))))
|
"1cfgrlmbn54nsn0k568xdcg08dxb8flhsysmnfrhci0pa93rlayb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Skip check phase because the tests require the r-knitr package to be
|
;; Skip check phase because the tests require the r-knitr package to be
|
||||||
;; installed. This prevents installation failures. Knitr normally
|
;; installed. This prevents installation failures. Knitr normally
|
||||||
|
|
Loading…
Reference in a new issue