gnu: r-htmltools: Update to 0.5.7.

* gnu/packages/cran.scm (r-htmltools): Update to 0.5.7.

Change-Id: I065ece3404d36b1a860ed141c4d6631779ea4c05
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:33 +01:00
parent e47637b8df
commit 4f68d59d5c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4229,13 +4229,13 @@ a list of p-values.")
(define-public r-htmltools
(package
(name "r-htmltools")
(version "0.5.6.1")
(version "0.5.7")
(source (origin
(method url-fetch)
(uri (cran-uri "htmltools" version))
(sha256
(base32
"0km08kvg0j2h1d0v6wpxf09yjadhp2srjjnmqwcahfyh37w4xf09"))))
"11mkk26pjck6r2w2nv6niy90c6l13g64zi01s3j4jgq634kdic7c"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))