gnu: r-circlize: Update to 0.4.1.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.1.
This commit is contained in:
Ricardo Wurmus 2017-09-01 14:35:01 +02:00
parent ea4d4f7616
commit a5c2980486
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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