gnu: r-circlize: Update to 0.4.3.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-25 06:42:45 +01:00
parent 1f143575ea
commit afa427e328
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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