mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-rmarkdown: Update to 2.5.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.5. [propagated-inputs]: Remove r-mime.
This commit is contained in:
parent
698f5c0b03
commit
111cdbba26
1 changed files with 2 additions and 3 deletions
|
@ -2705,13 +2705,13 @@ (define-public r-rprojroot
|
|||
(define-public r-rmarkdown
|
||||
(package
|
||||
(name "r-rmarkdown")
|
||||
(version "2.4")
|
||||
(version "2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rmarkdown" version))
|
||||
(sha256
|
||||
(base32 "1y2156w1abik8df8vl376ilv8s1jg8i0x2w4n4dwrnm3xxgp5kf0"))))
|
||||
(base32 "0vmd1kykd4p1nwqbvra34sld5brac0wxb1zmav4wxj05shy67bd5"))))
|
||||
(properties `((upstream-name . "rmarkdown")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -2719,7 +2719,6 @@ (define-public r-rmarkdown
|
|||
("r-htmltools" ,r-htmltools)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
("r-knitr" ,r-knitr)
|
||||
("r-mime" ,r-mime)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-tinytex" ,r-tinytex)
|
||||
("r-xfun" ,r-xfun)
|
||||
|
|
Loading…
Reference in a new issue