mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-corrplot: Update to 0.90.
* gnu/packages/cran.scm (r-corrplot): Update to 0.90.
This commit is contained in:
parent
c71508a41e
commit
faa618a65e
1 changed files with 2 additions and 2 deletions
|
@ -4834,14 +4834,14 @@ (define-public r-ggrepel
|
|||
(define-public r-corrplot
|
||||
(package
|
||||
(name "r-corrplot")
|
||||
(version "0.88")
|
||||
(version "0.90")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "corrplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s09isdpx2i4p6jny50lck37bsqd5dfxdi3yn8xq8280x8l4vldz"))))
|
||||
"1pfmjqgakf7706l9257lqqnb6kin79gc94xfg7w47x2ijchiz1yr"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue