me
/
guix
Archived
1
0
Fork 0

gnu: r-crosstalk: Update to 1.1.1.

* gnu/packages/cran.scm (r-crosstalk): Update to 1.1.1.
master
Ricardo Wurmus 2021-01-20 17:07:47 +01:00
parent 9aed220317
commit c132638c5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1726,14 +1726,14 @@ in R and Shiny via the D3 visualization library.")
(define-public r-crosstalk
(package
(name "r-crosstalk")
(version "1.1.0.1")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "crosstalk" version))
(sha256
(base32
"03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
"1n6c6s7a6yxiwvva71x6bzcrim8xprl5s01fqiy61yq0y3vk8cpd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)