me
/
guix
Archived
1
0
Fork 0

gnu: r-pwr: Update to 1.3-0.

* gnu/packages/cran.scm (r-pwr): Update to 1.3-0.
master
Ricardo Wurmus 2020-03-19 10:01:29 +01:00
parent e6f4f314ba
commit 5cef0ef018
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8276,14 +8276,14 @@ comparisons of slopes.")
(define-public r-pwr
(package
(name "r-pwr")
(version "1.2-2")
(version "1.3-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pwr" version))
(sha256
(base32
"0r5g781lr677vp3zyhgmi7r68c87l8gd05l1s3ffnxgn5wf043sm"))))
"1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))