me
/
guix
Archived
1
0
Fork 0

gnu: r-htmlwidgets: Update to 1.6.2.

* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.6.2.
master
Ricardo Wurmus 2023-03-19 21:01:36 +01:00
parent ac3c9b4344
commit bcb059801d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3317,13 +3317,13 @@ a list of p-values.")
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
(version "1.6.1")
(version "1.6.2")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
"0hqfjvfs3mcpqwim79vac1738k19ipr10zvdqrw5kzpwpsy3qls2"))))
"1g0h5dqzr22jyxr6fkxyf8njq3f4wxp7nrwhqw1w5yy0lir1dnkz"))))
(build-system r-build-system)
(propagated-inputs
(list r-htmltools r-jsonlite