mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01: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
|
(define-public r-htmlwidgets
|
||||||
(package
|
(package
|
||||||
(name "r-htmlwidgets")
|
(name "r-htmlwidgets")
|
||||||
(version "1.6.1")
|
(version "1.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "htmlwidgets" version))
|
(uri (cran-uri "htmlwidgets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hqfjvfs3mcpqwim79vac1738k19ipr10zvdqrw5kzpwpsy3qls2"))))
|
"1g0h5dqzr22jyxr6fkxyf8njq3f4wxp7nrwhqw1w5yy0lir1dnkz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-htmltools r-jsonlite
|
(list r-htmltools r-jsonlite
|
||||||
|
|
Loading…
Reference in a new issue