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:
Ricardo Wurmus 2024-03-27 12:35:03 +01:00
parent 2be61ec732
commit fda1c200d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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