gnu: r-htmltools: Update to 0.5.3.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.3.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:19:56 +02:00
parent 3ad1be5683
commit 44c54b3f25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2253,13 +2253,13 @@ (define-public r-howmany
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.5.2")
(version "0.5.3")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"1yv74ydyqm28gfhimmr7825sj1iaawpwsnzq05c2ma756q2dbivx"))))
"0krjyz99q7zvdfg60b128c0zwr36h54gb05jw9c874d8kqv1ni9c"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-digest r-fastmap r-rlang))