me
/
guix
Archived
1
0
Fork 0

gnu: r-acgh: Update to 1.80.0.

* gnu/packages/bioconductor.scm (r-acgh): Update to 1.80.0.

Change-Id: Ic9fb3c4309c733b49f6af9e37ed80a519bdf9357
master
Ricardo Wurmus 2023-11-03 17:19:00 +01:00
parent 865e3e75a8
commit 85060391ba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18709,13 +18709,13 @@ of @dfn{tumor cells} (cells with divergent segments).")
(define-public r-acgh
(package
(name "r-acgh")
(version "1.78.0")
(version "1.80.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "aCGH" version))
(sha256
(base32
"0k8fbwhh1w0b0zy5qgixmcnwxi3v78f1bjmjg1yx6paniwk58bzn"))))
"1qckqdil1cq8lbrj9di96w9934r1fp48xpmfdwp4f2vw9pjadi1q"))))
(properties `((upstream-name . "aCGH")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-cluster r-multtest r-survival))