me
/
guix
Archived
1
0
Fork 0

gnu: r-htmlwidgets: Update to 0.9.

* gnu/packages/web.scm (r-htmlwidgets): Update to 0.9.
master
Ricardo Wurmus 2017-08-03 17:11:14 +02:00
parent 850151058d
commit 53deffe5e9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3454,13 +3454,13 @@ directory.")
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
(version "0.8")
(version "0.9")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
"1df3pwl34rvdbr9sgr5h27q9bmqpckvpwq4frl3d1v614y3vfclj"))))
"0plqkfqys1ca3ki7sb7yc6gwjpi7yy4g3mzh7hfy8s6qri0vam0i"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)