mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ggfun: Update to 0.1.2.
* gnu/packages/cran.scm (r-ggfun): Update to 0.1.2.
This commit is contained in:
parent
5126d93be8
commit
c741abe9fe
1 changed files with 2 additions and 2 deletions
|
@ -23885,14 +23885,14 @@ (define-public r-ggcorrplot
|
|||
(define-public r-ggfun
|
||||
(package
|
||||
(name "r-ggfun")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggfun" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gypky0ksnwq98w9zqp9nfayhc1fx8wpn82mj2jpv1ydd5hfsicq"))))
|
||||
"1dzrcm03hy4lyll9jh2r4bn19yvkdim6ip0dmwzc4vqbs5hcvd6b"))))
|
||||
(properties `((upstream-name . "ggfun")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue