diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-28 23:56:31 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-28 23:56:31 +0200 |
commit | 13b49976b79858e99efaf65281fd3d9e3304022e (patch) | |
tree | 0d534e8dfad64911847a21f6041b08a6fa57c5e9 | |
parent | 85d0bd53403fae0c893339a784ac26e945f28656 (diff) | |
download | patches-13b49976b79858e99efaf65281fd3d9e3304022e.tar patches-13b49976b79858e99efaf65281fd3d9e3304022e.tar.gz |
gnu: r-icobra: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.12.1.
-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 2febfcd9ac..b13744eadd 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2086,14 +2086,14 @@ independent of the p-value under the null hypothesis.") (define-public r-icobra (package (name "r-icobra") - (version "1.12.0") + (version "1.12.1") (source (origin (method url-fetch) (uri (bioconductor-uri "iCOBRA" version)) (sha256 (base32 - "1w9frnczgypzc2czbwrvlizqcqhbp6cdpyws7vkmnn9k0ggzxvfc")))) + "1wj0vqyb6h4rddmn4va3182yap9bv4m1r1jlzyjfyrqxhl2sqb1q")))) (properties `((upstream-name . "iCOBRA"))) (build-system r-build-system) (propagated-inputs |