gnu: r-htmlwidgets: Update to 1.5.4.

* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.5.4.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:14 +02:00
parent 63e604a449
commit fbc9e7c760
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1639,13 +1639,13 @@ (define-public r-htmltools
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
(version "1.5.3")
(version "1.5.4")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
"0a8g7wqd3qxnhwkm9c9bkzg29db7gvjiaa5y038ln8nch8qq7981"))))
"1hgz8sx8xrvfcdwa4q15k942w4qsqg8lyxbbf7qyfzbi807wcgqs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)