me
/
guix
Archived
1
0
Fork 0

gnu: r-acgh: Update to 1.78.0.

* gnu/packages/bioconductor.scm (r-acgh): Update to 1.78.0.
master
Ricardo Wurmus 2023-04-28 19:01:22 +02:00
parent 9b4ebaec75
commit f09fd77618
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))