mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-htmltools: Update to 0.5.6.1.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.1.
This commit is contained in:
parent
591ffaede3
commit
f0e048576f
1 changed files with 2 additions and 2 deletions
|
@ -3948,13 +3948,13 @@ (define-public r-howmany
|
||||||
(define-public r-htmltools
|
(define-public r-htmltools
|
||||||
(package
|
(package
|
||||||
(name "r-htmltools")
|
(name "r-htmltools")
|
||||||
(version "0.5.6")
|
(version "0.5.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "htmltools" version))
|
(uri (cran-uri "htmltools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rx0nmal1dca5xqj1pd17a85whsislhkyxxa4scmxgn38lkqxsqm"))))
|
"0km08kvg0j2h1d0v6wpxf09yjadhp2srjjnmqwcahfyh37w4xf09"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue