gnu: r-htmlwidgets: Update to 1.5.1.

* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.5.1.
This commit is contained in:
Ricardo Wurmus 2019-10-18 19:24:44 +02:00
parent b847b06dc3
commit 07b69a0c89
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -546,13 +546,13 @@ (define-public r-htmltools
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
(version "1.5")
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
"1h2sj5h9vcssb73nz63gmw5bajs73m9q807fsypvr621gb1s124i"))))
"10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)