gnu: r-htmltools: Update to 0.5.6.1.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.1.
This commit is contained in:
Ricardo Wurmus 2023-10-09 22:24:56 +02:00
parent 591ffaede3
commit f0e048576f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3948,13 +3948,13 @@ (define-public r-howmany
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.5.6")
(version "0.5.6.1")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"0rx0nmal1dca5xqj1pd17a85whsislhkyxxa4scmxgn38lkqxsqm"))))
"0km08kvg0j2h1d0v6wpxf09yjadhp2srjjnmqwcahfyh37w4xf09"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))