gnu: r-circlize: Update to 0.4.7.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.7.
master
Ricardo Wurmus 2019-09-02 14:32:13 +02:00
parent ef93de84ea
commit 403e01e21e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1649,14 +1649,14 @@ validation and filtering on the values, making options invisible or private.")
(define-public r-circlize
(package
(name "r-circlize")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "circlize" version))
(sha256
(base32
"1yjnb88pnzk5c1p0vjxykc7cr3394ln5axviqcf12ajibvy8rj6f"))))
"07y1bchkslpz2wl43yg5j5h1nl9z0i425a07jdmfd5avrynd8p3m"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)