me
/
guix
Archived
1
0
Fork 0

gnu: r-corrplot: Update to 0.92.

* gnu/packages/cran.scm (r-corrplot): Update to 0.92.
master
Ricardo Wurmus 2021-11-23 15:23:09 +01:00
parent 55db1a8851
commit 223b7bfd4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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