gnu: r-googlevis: Update to 0.7.3.
* gnu/packages/cran.scm (r-googlevis): Update to 0.7.3. Change-Id: Ia6bac6a8ecaef430b38bf8c70a929971f4d6ec4d
This commit is contained in:
parent
bba2361ba2
commit
6a3255dd52
1 changed files with 2 additions and 2 deletions
|
|
@ -1294,13 +1294,13 @@ such as counts or binary matrices.")
|
||||||
(define-public r-googlevis
|
(define-public r-googlevis
|
||||||
(package
|
(package
|
||||||
(name "r-googlevis")
|
(name "r-googlevis")
|
||||||
(version "0.7.1")
|
(version "0.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "googleVis" version))
|
(uri (cran-uri "googleVis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "067jcwbq0a06wbpaa46ngjs3hkpvz8q6v8019f15yr58kq2k2n9k"))))
|
(base32 "0swcf2vl3mvp2bsd7nra917pajyh27j2k3vmmrb6n8g55mazyisn"))))
|
||||||
(properties `((upstream-name . "googleVis")))
|
(properties `((upstream-name . "googleVis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-jsonlite))
|
(propagated-inputs (list r-jsonlite))
|
||||||
|
|
|
||||||
Reference in a new issue