gnu: r-htmltools: Update to 0.5.6.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:16 +02:00
parent dc6a55a446
commit 45699ffd76
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3914,13 +3914,13 @@ a list of p-values.")
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.5.5")
(version "0.5.6")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"0nb6y99ffgj482clgnqbkhraxigr1ynpqv3d1znwd2ashnmkzcn8"))))
"0rx0nmal1dca5xqj1pd17a85whsislhkyxxa4scmxgn38lkqxsqm"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))