gnu: r-htmltools: Update to 0.5.0.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.0. [propagated-inputs]: Remove r-rcpp; add r-base64enc.
This commit is contained in:
parent
cac8cfbc46
commit
3841f83396
1 changed files with 4 additions and 4 deletions
|
@ -850,17 +850,17 @@ directory.")
|
||||||
(define-public r-htmltools
|
(define-public r-htmltools
|
||||||
(package
|
(package
|
||||||
(name "r-htmltools")
|
(name "r-htmltools")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "htmltools" version))
|
(uri (cran-uri "htmltools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06l17d8jkf438yk2mchpsp4j90bynnapz3nabh5vkcc324p5a62v"))))
|
"07fjznax5sin563ddnzlb7iwc8b39wzf7ymjn66pbmxgskijq2pz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-digest" ,r-digest)
|
`(("r-base64enc" ,r-base64enc)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-digest" ,r-digest)
|
||||||
("r-rlang" ,r-rlang)))
|
("r-rlang" ,r-rlang)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/htmltools")
|
(home-page "https://cran.r-project.org/web/packages/htmltools")
|
||||||
(synopsis "R tools for HTML")
|
(synopsis "R tools for HTML")
|
||||||
|
|
Reference in a new issue