1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: r-acgh: Update to 1.86.0.

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

Change-Id: Idbbf706acd69b71f485da68de634198408972285
This commit is contained in:
Ricardo Wurmus
2025-04-29 21:04:28 +02:00
parent 1b5077ebeb
commit 81917c9c67
+2 -2
View File
@@ -23196,13 +23196,13 @@ of @dfn{tumor cells} (cells with divergent segments).")
(define-public r-acgh
(package
(name "r-acgh")
(version "1.84.0")
(version "1.86.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "aCGH" version))
(sha256
(base32
"1z9phvx461s64i251rvxwr9x62mm18pc0qlifzr8z4ybmlrbyazi"))))
"0md1dpwvhpmb21j2l0n5vkc7k0iw1mviksja0yxmwpjvcbhdwg7v"))))
(properties `((upstream-name . "aCGH")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-cluster r-multtest r-survival))