gnu: r-htmltools: Update to 0.5.6.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.
This commit is contained in:
parent
dc6a55a446
commit
45699ffd76
1 changed files with 2 additions and 2 deletions
|
@ -3914,13 +3914,13 @@ a list of p-values.")
|
||||||
(define-public r-htmltools
|
(define-public r-htmltools
|
||||||
(package
|
(package
|
||||||
(name "r-htmltools")
|
(name "r-htmltools")
|
||||||
(version "0.5.5")
|
(version "0.5.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "htmltools" version))
|
(uri (cran-uri "htmltools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nb6y99ffgj482clgnqbkhraxigr1ynpqv3d1znwd2ashnmkzcn8"))))
|
"0rx0nmal1dca5xqj1pd17a85whsislhkyxxa4scmxgn38lkqxsqm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))
|
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))
|
||||||
|
|
Reference in a new issue