diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:48:21 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:47 +0100 |
commit | 3f04b8167b5359026e9c27c3123852a27fe7650a (patch) | |
tree | 999bc31fffb5848f825eaf615cff4051037c4c30 | |
parent | 1174317e030ba5a5ba19844f79235db7748daecc (diff) |
gnu: r-chipcomp: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-chipcomp): Update to 1.20.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index fc040b4eb8..8e2888fb34 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2132,14 +2132,14 @@ more complex hypotheses) via empirical Bayesian methods.") (define-public r-chipcomp (package (name "r-chipcomp") - (version "1.18.0") + (version "1.20.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ChIPComp" version)) (sha256 (base32 - "0780kj9vbzdhf2jkfb1my8m58pcdwk6jqw6zfng82g46jias98cp")))) + "0dbypfgys74snmyf982183ilzg6vamfw1d5y0lp5p8zxbffh2xl7")))) (properties `((upstream-name . "ChIPComp"))) (build-system r-build-system) (propagated-inputs |