gnu: r-htmltools: Update to 0.5.5.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.5.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:36 +02:00
parent bd4bf3c84c
commit 59914968d7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3487,13 +3487,13 @@ (define-public r-howmany
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.5.4")
(version "0.5.5")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"0zij9zrgsi82q5c65sf4pbidnzrkfr763g0n4ypdhf8dd6l2i0h0"))))
"0nb6y99ffgj482clgnqbkhraxigr1ynpqv3d1znwd2ashnmkzcn8"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))