gnu: r-tdthap: Update to 1.1-11.

* gnu/packages/cran.scm (r-tdthap): Update to 1.1-11.
This commit is contained in:
Ricardo Wurmus 2019-09-02 14:34:17 +02:00
parent dfe4c8c405
commit 87b4381584
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")