diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:04 +0200 |
commit | f09fd77618160aef8f16ef9aabe976d6cff95e32 (patch) | |
tree | 4c12326712198d84d90df419498b654b001c62e2 /gnu | |
parent | 9b4ebaec75ffb4f83c0d6249b665b98608d8ec8d (diff) | |
download | guix-f09fd77618160aef8f16ef9aabe976d6cff95e32.tar.gz guix-f09fd77618160aef8f16ef9aabe976d6cff95e32.zip |
gnu: r-acgh: Update to 1.78.0.
* gnu/packages/bioconductor.scm (r-acgh): Update to 1.78.0.
Diffstat (limited to 'gnu')
-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 5382af0484..4dedd8a15e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16592,13 +16592,13 @@ of @dfn{tumor cells} (cells with divergent segments).") (define-public r-acgh (package (name "r-acgh") - (version "1.76.0") + (version "1.78.0") (source (origin (method url-fetch) (uri (bioconductor-uri "aCGH" version)) (sha256 (base32 - "05q303bf8acvhbdzqxqk2gf12vg0fdqknlxryn2cs8nijx40zp46")))) + "0k8fbwhh1w0b0zy5qgixmcnwxi3v78f1bjmjg1yx6paniwk58bzn")))) (properties `((upstream-name . "aCGH"))) (build-system r-build-system) (propagated-inputs (list r-biobase r-cluster r-multtest r-survival)) |