mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-corrplot: Update to 0.94.
* gnu/packages/cran.scm (r-corrplot): Update to 0.94. Change-Id: I70f214a8e408a59d5eceb12cd4dcad37ecb385e9
This commit is contained in:
parent
d463d05702
commit
f9c8f9d53c
1 changed files with 2 additions and 2 deletions
|
@ -9859,14 +9859,14 @@ (define-public r-coro
|
|||
(define-public r-corrplot
|
||||
(package
|
||||
(name "r-corrplot")
|
||||
(version "0.92")
|
||||
(version "0.94")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "corrplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g98jk6xsl08z4n6sy5vriif99m31zhbz7j3dh1kfj4w7yb9zh78"))))
|
||||
"1x2mgq5fnws6imywwrkshcq41qh1dmdq98kxmf6yrpwjffpmv1cf"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue