gnu: r-circlize: Update to 0.4.8.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.8.
This commit is contained in:
parent
a1f4399438
commit
4557f44755
1 changed files with 2 additions and 2 deletions
|
@ -1650,14 +1650,14 @@ (define-public r-globaloptions
|
|||
(define-public r-circlize
|
||||
(package
|
||||
(name "r-circlize")
|
||||
(version "0.4.7")
|
||||
(version "0.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "circlize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07y1bchkslpz2wl43yg5j5h1nl9z0i425a07jdmfd5avrynd8p3m"))))
|
||||
"0jvr9hmxyhg0zx101iiqkrg8wfaj86kp62xpv42n2j9fkn5r1mi2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-colorspace" ,r-colorspace)
|
||||
|
|
Loading…
Reference in a new issue