mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-htmltools: Update to 0.5.8.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.8. [propagated-inputs]: Remove r-ellipsis. Change-Id: Id10486571a6de4f9b6cf754465f4de3a8c2b163e
This commit is contained in:
parent
2be61ec732
commit
fda1c200d9
1 changed files with 3 additions and 3 deletions
|
@ -4625,16 +4625,16 @@ (define-public r-howmany
|
|||
(define-public r-htmltools
|
||||
(package
|
||||
(name "r-htmltools")
|
||||
(version "0.5.7")
|
||||
(version "0.5.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "htmltools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11mkk26pjck6r2w2nv6niy90c6l13g64zi01s3j4jgq634kdic7c"))))
|
||||
"15g6ygpz9qfbf2ihapm5vyh8jwddhba6yikgvnara2wdrqcfp71n"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))
|
||||
(list r-base64enc r-digest r-fastmap r-rlang))
|
||||
(home-page "https://cran.r-project.org/web/packages/htmltools")
|
||||
(synopsis "R tools for HTML")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue