diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:37 +0100 |
commit | 9fcaa4e3d85025b16a44c79c8f3cf86f82642eef (patch) | |
tree | f0ef9be3b3d2845a136fd008640e850d4554b1b5 | |
parent | 3a731c1b28660a5742ad435032ebd23e86194710 (diff) | |
download | guix-9fcaa4e3d85025b16a44c79c8f3cf86f82642eef.tar.gz guix-9fcaa4e3d85025b16a44c79c8f3cf86f82642eef.zip |
gnu: r-dnacopy: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.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 b9c5b01c5c..b4253f6f8f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9029,14 +9029,14 @@ penalized least squares regression method.") (define-public r-dnacopy (package (name "r-dnacopy") - (version "1.70.0") + (version "1.72.0") (source (origin (method url-fetch) (uri (bioconductor-uri "DNAcopy" version)) (sha256 (base32 - "10bh4p8nbl84rfngsm3bi9w542m159kff95f8c2hvjcxv5yw7iwc")))) + "0z2hl68f5f6d2w6gbhax4531g3zbgiihj99h32sa44hp29al38ld")))) (properties `((upstream-name . "DNAcopy"))) (build-system r-build-system) (native-inputs (list gfortran)) |