Archived
1
0
Fork 0

gnu: r-ggcorrplot: Update to 0.1.4.1.

* gnu/packages/cran.scm (r-ggcorrplot): Update to 0.1.4.1.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:10 +02:00
parent d92372b3fa
commit 961a3a81ca
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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