me
/
guix
Archived
1
0
Fork 0

gnu: r-circlize: Update to 0.4.5.

* gnu/packages/cran.scm (r-circlize): Update to 0.4.5.
master
Ricardo Wurmus 2019-01-12 16:34:13 +01:00
parent 422dea1774
commit 72c4987506
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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