1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

gnu: r-circlize: Update to 0.4.4.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus
2018-06-13 14:58:49 +02:00
parent 693b4d0ba5
commit 7b60ab3df7

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)