diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-20 15:08:08 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-20 15:08:08 +0200 |
commit | e9c526beb2828ed9744455c797cd8dbce8a8adee (patch) | |
tree | c414777f891bdf3d2b8562d559545b1c12e0e96c | |
parent | b985cc351881a8f9b4b98dcc790b353d89ce779b (diff) | |
download | patches-e9c526beb2828ed9744455c797cd8dbce8a8adee.tar patches-e9c526beb2828ed9744455c797cd8dbce8a8adee.tar.gz |
gnu: r-ggcorrplot: Update to 0.1.3.
* gnu/packages/cran.scm (r-ggcorrplot): Update to 0.1.3.
-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 b317911916..3e79b3f24d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13856,14 +13856,14 @@ in-memory raw vectors.") (define-public r-ggcorrplot (package (name "r-ggcorrplot") - (version "0.1.2") + (version "0.1.3") (source (origin (method url-fetch) (uri (cran-uri "ggcorrplot" version)) (sha256 (base32 - "12sxvd9kjgszpbk35m7fj1wv7x40bp79c0g0by1xax70r3495h93")))) + "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) |