mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
d92372b3fa
commit
961a3a81ca
1 changed files with 2 additions and 2 deletions
|
@ -23901,14 +23901,14 @@ (define-public r-png
|
|||
(define-public r-ggcorrplot
|
||||
(package
|
||||
(name "r-ggcorrplot")
|
||||
(version "0.1.4")
|
||||
(version "0.1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggcorrplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"186a0mpdpipp24fjbd52l1gdgpqm6vl83ff8069d8nngyqbrx0jr"))))
|
||||
"0yd865lfs4144jqh9ilznqa69rj0183ashnhvmjmis87zw69a45q"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-reshape2))
|
||||
|
|
Loading…
Reference in a new issue