gnu: r-htmlwidgets: Update to 1.6.1.

* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.6.1.
This commit is contained in:
Ricardo Wurmus 2023-01-09 22:15:13 +01:00
parent b147c4a7f3
commit 15b612a328
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2926,13 +2926,13 @@ (define-public r-htmltools
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
(version "1.6.0")
(version "1.6.1")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
"06prjx6ic2bddaw50ksz6l7hsidkzwb69m85vzc0apxvwaygz0gh"))))
"0hqfjvfs3mcpqwim79vac1738k19ipr10zvdqrw5kzpwpsy3qls2"))))
(build-system r-build-system)
(propagated-inputs
(list r-htmltools r-jsonlite