mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-ggfun: Update to 0.0.9.
* gnu/packages/cran.scm (r-ggfun): Update to 0.0.9.
This commit is contained in:
parent
218e78e4a3
commit
cc4d5cbc8f
1 changed files with 2 additions and 2 deletions
|
@ -20453,14 +20453,14 @@ (define-public r-ggcorrplot
|
|||
(define-public r-ggfun
|
||||
(package
|
||||
(name "r-ggfun")
|
||||
(version "0.0.7")
|
||||
(version "0.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggfun" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x71p3mm0sw72hv92368wy2yiy7zv826p3kddpwndqv1bywmyfx8"))))
|
||||
"04kn367mzgrfwnwz97vw5jqp2kig94hmxmhyyic7ddvk3sfhwx2w"))))
|
||||
(properties `((upstream-name . "ggfun")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue