mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-ggfun: Update to 0.0.4.
* gnu/packages/cran.scm (r-ggfun): Update to 0.0.4.
This commit is contained in:
parent
eba0e1428f
commit
9bc8b1d950
1 changed files with 2 additions and 2 deletions
|
@ -18143,14 +18143,14 @@ (define-public r-ggcorrplot
|
|||
(define-public r-ggfun
|
||||
(package
|
||||
(name "r-ggfun")
|
||||
(version "0.0.3")
|
||||
(version "0.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggfun" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bf8pl3scy5fx15h1fx0799cb9sg9spjapqif9gcz27pmmgdc0n9"))))
|
||||
"07njcjcj212zxanq8x3nkh7mgvqmym08rx5s41rz9flhk9gkc9jr"))))
|
||||
(properties `((upstream-name . "ggfun")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue