gnu: r-circlize: Update to 0.4.6.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.6.
master
Ricardo Wurmus 2019-04-06 22:53:47 +02:00
parent 0b8ef65555
commit b15c5c0ef9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1485,14 +1485,14 @@ validation and filtering on the values, making options invisible or private.")
(define-public r-circlize
(package
(name "r-circlize")
(version "0.4.5")
(version "0.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "circlize" version))
(sha256
(base32
"0qhn9jzw7gd0jp9rmqrlbmy5ql6hjsa68pkp0acfz1h215dl8ah9"))))
"1yjnb88pnzk5c1p0vjxykc7cr3394ln5axviqcf12ajibvy8rj6f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)