rekado pushed a commit to branch master in repository guix. commit 607acf3194a9458a3eced9349387e4a3fa262a52 Author: Ricardo Wurmus <rek...@elephly.net> Date: Sat Jun 2 11:48:17 2018 +0200
gnu: r-dnacopy: Update to 1.54.0. * gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.54.0. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3d5e719..b7e034e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7084,13 +7084,13 @@ that accept short and long options.") (define-public r-dnacopy (package (name "r-dnacopy") - (version "1.52.0") + (version "1.54.0") (source (origin (method url-fetch) (uri (bioconductor-uri "DNAcopy" version)) (sha256 (base32 - "127il5rlg1hzjlhwhs64x3nm18p00q1pd9ckb2b9ifl0rax95wai")))) + "03hfhmmc5y60r2gcgm367w2fr7qj115l74m9bp3h9qpn5yci0d8n")))) (properties `((upstream-name . "DNAcopy"))) (build-system r-build-system)