Archived
1
0
Fork 0

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:
Ricardo Wurmus 2024-07-02 14:57:28 +02:00
parent bba2361ba2
commit 6a3255dd52
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1294,13 +1294,13 @@ such as counts or binary matrices.")
(define-public r-googlevis
(package
(name "r-googlevis")
(version "0.7.1")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "googleVis" version))
(sha256
(base32 "067jcwbq0a06wbpaa46ngjs3hkpvz8q6v8019f15yr58kq2k2n9k"))))
(base32 "0swcf2vl3mvp2bsd7nra917pajyh27j2k3vmmrb6n8g55mazyisn"))))
(properties `((upstream-name . "googleVis")))
(build-system r-build-system)
(propagated-inputs (list r-jsonlite))