diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-25 23:17:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-26 11:39:37 +0200 |
commit | f9c8f9d53c648ed1f97357960ff465852a5118f7 (patch) | |
tree | 4424c652fc7723c2e8e537f08b3cca64696e90b6 /gnu | |
parent | d463d05702faf50a3b00098eb9d0945aa8c389a2 (diff) | |
download | guix-f9c8f9d53c648ed1f97357960ff465852a5118f7.tar.gz guix-f9c8f9d53c648ed1f97357960ff465852a5118f7.zip |
gnu: r-corrplot: Update to 0.94.
* gnu/packages/cran.scm (r-corrplot): Update to 0.94.
Change-Id: I70f214a8e408a59d5eceb12cd4dcad37ecb385e9
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index dbf39209f6..2aa6975190 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9859,14 +9859,14 @@ with iterators from the @code{reticulate} package.") (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)) |