gnu: r-ggfun: Update to 0.1.2.
* gnu/packages/cran.scm (r-ggfun): Update to 0.1.2.
parent
5126d93be8
commit
c741abe9fe
|
@ -23885,14 +23885,14 @@ function for computing a matrix of correlation p-values.")
|
||||||
(define-public r-ggfun
|
(define-public r-ggfun
|
||||||
(package
|
(package
|
||||||
(name "r-ggfun")
|
(name "r-ggfun")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggfun" version))
|
(uri (cran-uri "ggfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gypky0ksnwq98w9zqp9nfayhc1fx8wpn82mj2jpv1ydd5hfsicq"))))
|
"1dzrcm03hy4lyll9jh2r4bn19yvkdim6ip0dmwzc4vqbs5hcvd6b"))))
|
||||||
(properties `((upstream-name . "ggfun")))
|
(properties `((upstream-name . "ggfun")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue