gnu: r-ggfun: Update to 0.0.7.

* gnu/packages/cran.scm (r-ggfun): Update to 0.0.7.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:10 +02:00
parent 3abd67e6cb
commit c47618d453
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -19958,14 +19958,14 @@ function for computing a matrix of correlation p-values.")
(define-public r-ggfun
(package
(name "r-ggfun")
(version "0.0.6")
(version "0.0.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggfun" version))
(sha256
(base32
"06si42b60hp8wprs5nbks93qlb9s269k9kw7akcirizwc399x62r"))))
"0x71p3mm0sw72hv92368wy2yiy7zv826p3kddpwndqv1bywmyfx8"))))
(properties `((upstream-name . "ggfun")))
(build-system r-build-system)
(propagated-inputs