me
/
guix
Archived
1
0
Fork 0

gnu: r-corrplot: Update to 0.90.

* gnu/packages/cran.scm (r-corrplot): Update to 0.90.
master
Ricardo Wurmus 2021-07-10 13:26:13 +02:00
parent c71508a41e
commit faa618a65e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4834,14 +4834,14 @@ from the data points.")
(define-public r-corrplot (define-public r-corrplot
(package (package
(name "r-corrplot") (name "r-corrplot")
(version "0.88") (version "0.90")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "corrplot" version)) (uri (cran-uri "corrplot" version))
(sha256 (sha256
(base32 (base32
"1s09isdpx2i4p6jny50lck37bsqd5dfxdi3yn8xq8280x8l4vldz")))) "1pfmjqgakf7706l9257lqqnb6kin79gc94xfg7w47x2ijchiz1yr"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))