mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-acgh: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-acgh): Update to 1.76.0.
This commit is contained in:
parent
949b5f3ddb
commit
b5a0834c2f
1 changed files with 2 additions and 2 deletions
|
@ -14189,13 +14189,13 @@ (define-public r-ace
|
|||
(define-public r-acgh
|
||||
(package
|
||||
(name "r-acgh")
|
||||
(version "1.74.0")
|
||||
(version "1.76.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "aCGH" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00ni0kwy68v33ggfi8g5vffirhmbhaxg4l54hcqhx75m535z1x7d"))))
|
||||
"05q303bf8acvhbdzqxqk2gf12vg0fdqknlxryn2cs8nijx40zp46"))))
|
||||
(properties `((upstream-name . "aCGH")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-cluster r-multtest r-survival))
|
||||
|
|
Loading…
Reference in a new issue