gnu: r-circlize: Update to 0.4.4.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.4.
master
Ricardo Wurmus 2018-06-13 14:58:49 +02:00
parent 693b4d0ba5
commit 7b60ab3df7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -577,14 +577,14 @@ validation and filtering on the values, making options invisible or private.")
(define-public r-circlize
(package
(name "r-circlize")
(version "0.4.3")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "circlize" version))
(sha256
(base32
"0pg947gkryygikfbv6admx8gsg02b6g219j6a1sdnqij2908yxna"))))
"1l28maiqi549z191srncxgabx5fnvf0lld7smzwfd3vr5cx8nqww"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)