me
/
guix
Archived
1
0
Fork 0

gnu: r-ggfun: Update to 0.1.2.

* gnu/packages/cran.scm (r-ggfun): Update to 0.1.2.
Ricardo Wurmus 2023-08-28 14:21:03 +02:00
parent 5126d93be8
commit c741abe9fe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23885,14 +23885,14 @@ function for computing a matrix of correlation p-values.")
(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