diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-09-02 14:34:17 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-09-02 14:40:55 +0200 |
commit | 87b4381584f6dbfe1382b6ee71da16b3c1e70d7d (patch) | |
tree | fa5ee03a11c9c0940a06ec188754f055d45791c2 /gnu | |
parent | dfe4c8c405fef80f371c0cfabfc0cb634c141245 (diff) | |
download | patches-87b4381584f6dbfe1382b6ee71da16b3c1e70d7d.tar patches-87b4381584f6dbfe1382b6ee71da16b3c1e70d7d.tar.gz |
gnu: r-tdthap: Update to 1.1-11.
* gnu/packages/cran.scm (r-tdthap): Update to 1.1-11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a567c45964..111979e8a6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13122,14 +13122,14 @@ exact test for Hardy-Weinberg equilibrium.") (define-public r-tdthap (package (name "r-tdthap") - (version "1.1-9") + (version "1.1-11") (source (origin (method url-fetch) (uri (cran-uri "tdthap" version)) (sha256 (base32 - "0y01x0hcf0rw06cpn4pk17b0shf4v2c9was7vfs0zhsbq8qcwx7r")))) + "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k")))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/tdthap/") (synopsis "TDT tests for extended haplotypes") |