gnu: r-tdthap: Update to 1.1-11.
* gnu/packages/cran.scm (r-tdthap): Update to 1.1-11.
This commit is contained in:
parent
dfe4c8c405
commit
87b4381584
|
@ -13122,14 +13122,14 @@ exact test for Hardy-Weinberg equilibrium.")
|
||||||
(define-public r-tdthap
|
(define-public r-tdthap
|
||||||
(package
|
(package
|
||||||
(name "r-tdthap")
|
(name "r-tdthap")
|
||||||
(version "1.1-9")
|
(version "1.1-11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tdthap" version))
|
(uri (cran-uri "tdthap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y01x0hcf0rw06cpn4pk17b0shf4v2c9was7vfs0zhsbq8qcwx7r"))))
|
"15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/tdthap/")
|
(home-page "https://cran.r-project.org/web/packages/tdthap/")
|
||||||
(synopsis "TDT tests for extended haplotypes")
|
(synopsis "TDT tests for extended haplotypes")
|
||||||
|
|
Loading…
Reference in New Issue