gnu: r-circlize: Update to 0.4.10.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
This commit is contained in:
Ricardo Wurmus 2020-06-16 09:25:52 +02:00
parent b1a7a3bb78
commit e89bc53e76
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2131,14 +2131,14 @@ (define-public r-globaloptions
(define-public r-circlize
(package
(name "r-circlize")
(version "0.4.9")
(version "0.4.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "circlize" version))
(sha256
(base32
"14944vn0n5d095mpjyag4fz8vy04m6wxb6mmyygi8q813akikm3h"))))
"1xb1jq3mg4kw1513zv1i09vhn7rj7f8vp0bnms2qml74s47wxsgk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)