me
/
guix
Archived
1
0
Fork 0

gnu: r-acgh: Update to 1.76.0.

* gnu/packages/bioconductor.scm (r-acgh): Update to 1.76.0.
master
zimoun 2022-11-17 03:50:27 +01:00 committed by Ricardo Wurmus
parent 949b5f3ddb
commit b5a0834c2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14189,13 +14189,13 @@ of @dfn{tumor cells} (cells with divergent segments).")
(define-public r-acgh (define-public r-acgh
(package (package
(name "r-acgh") (name "r-acgh")
(version "1.74.0") (version "1.76.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "aCGH" version)) (uri (bioconductor-uri "aCGH" version))
(sha256 (sha256
(base32 (base32
"00ni0kwy68v33ggfi8g5vffirhmbhaxg4l54hcqhx75m535z1x7d")))) "05q303bf8acvhbdzqxqk2gf12vg0fdqknlxryn2cs8nijx40zp46"))))
(properties `((upstream-name . "aCGH"))) (properties `((upstream-name . "aCGH")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-biobase r-cluster r-multtest r-survival)) (propagated-inputs (list r-biobase r-cluster r-multtest r-survival))