me
/
guix
Archived
1
0
Fork 0

gnu: r-ggcorrplot: Update to 0.1.4.

* gnu/packages/cran.scm (r-ggcorrplot): Update to 0.1.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

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