gnu: r-circlize: Update to 0.4.14.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.14.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:21 +01:00
parent a743923d23
commit 87981e94f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3613,14 +3613,14 @@ validation and filtering on the values, making options invisible or private.")
(define-public r-circlize (define-public r-circlize
(package (package
(name "r-circlize") (name "r-circlize")
(version "0.4.13") (version "0.4.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "circlize" version)) (uri (cran-uri "circlize" version))
(sha256 (sha256
(base32 (base32
"16rnqlkgzhnm69y70k9fiz8vvwlm5dyng04hlxqvvaxix3wdpfkc")))) "0b0yqjmbj1s1jg7y6cgyawadlfv0i6xrls8a4qy9qs7hz8zrpvb1"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-colorspace r-globaloptions r-shape)) (list r-colorspace r-globaloptions r-shape))