diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-06 21:17:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-07 08:15:27 +0100 |
commit | 94fd86e5e1eb4eea2b038e213b60cc2e8ca0c9a7 (patch) | |
tree | b2ff93c840333a6c37a2ab623d0f441d48ff8743 /gnu | |
parent | c7782c3f1f8e46ae804491cf1e37ed09c2d61eb6 (diff) | |
download | patches-94fd86e5e1eb4eea2b038e213b60cc2e8ca0c9a7.tar patches-94fd86e5e1eb4eea2b038e213b60cc2e8ca0c9a7.tar.gz |
gnu: r-dnacopy: Update to 1.52.0.
* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.52.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e9aa594bab..4767652a0e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6583,13 +6583,13 @@ that accept short and long options.") (define-public r-dnacopy (package (name "r-dnacopy") - (version "1.50.1") + (version "1.52.0") (source (origin (method url-fetch) (uri (bioconductor-uri "DNAcopy" version)) (sha256 (base32 - "0f0x83db7rm5xf9fg5pjhvs4i165qqaf01lbwb8kj13fsqpwx15p")))) + "127il5rlg1hzjlhwhs64x3nm18p00q1pd9ckb2b9ifl0rax95wai")))) (properties `((upstream-name . "DNAcopy"))) (build-system r-build-system) |