diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:59:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:50 +0200 |
commit | 3fd2ea8883351f8262537fd4f1ddf1e4836effa5 (patch) | |
tree | 73c1515567e3e99bd9880234ea6054a5653429ed | |
parent | bcd8b7a9bd2c039402c090c63cce354cf669f0df (diff) | |
download | guix-3fd2ea8883351f8262537fd4f1ddf1e4836effa5.tar.gz guix-3fd2ea8883351f8262537fd4f1ddf1e4836effa5.zip |
gnu: r-icobra: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.12.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 94c29636c3..ce83b747be 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2084,14 +2084,14 @@ independent of the p-value under the null hypothesis.") (define-public r-icobra (package (name "r-icobra") - (version "1.10.0") + (version "1.12.0") (source (origin (method url-fetch) (uri (bioconductor-uri "iCOBRA" version)) (sha256 (base32 - "0i1swrm31g0zffi5pm48bfvdfqpd32d0zdchkbyipz96al46jnld")))) + "1w9frnczgypzc2czbwrvlizqcqhbp6cdpyws7vkmnn9k0ggzxvfc")))) (properties `((upstream-name . "iCOBRA"))) (build-system r-build-system) (propagated-inputs |