mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-htmlwidgets: Update to 1.6.2.
* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.6.2.
This commit is contained in:
parent
ac3c9b4344
commit
bcb059801d
1 changed files with 2 additions and 2 deletions
|
@ -3317,13 +3317,13 @@ (define-public r-htmltools
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue