gnu: r-ggcorrplot: Update to 0.1.4.

* gnu/packages/cran.scm (r-ggcorrplot): Update to 0.1.4.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:39 +01:00
parent 4cf1f7af96
commit c7acb9d76a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -20116,14 +20116,14 @@ in-memory raw vectors.")
(define-public r-ggcorrplot
(package
(name "r-ggcorrplot")
(version "0.1.3")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggcorrplot" version))
(sha256
(base32
"0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
"186a0mpdpipp24fjbd52l1gdgpqm6vl83ff8069d8nngyqbrx0jr"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-reshape2))