Archived
1
0
Fork 0

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 (define-public r-htmltools
(package (package
(name "r-htmltools") (name "r-htmltools")
(version "0.5.5") (version "0.5.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "htmltools" version)) (uri (cran-uri "htmltools" version))
(sha256 (sha256
(base32 (base32
"0nb6y99ffgj482clgnqbkhraxigr1ynpqv3d1znwd2ashnmkzcn8")))) "0rx0nmal1dca5xqj1pd17a85whsislhkyxxa4scmxgn38lkqxsqm"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-base64enc r-digest r-ellipsis r-fastmap r-rlang)) (list r-base64enc r-digest r-ellipsis r-fastmap r-rlang))