mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-acgh: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-acgh): Update to 1.80.0. Change-Id: Ic9fb3c4309c733b49f6af9e37ed80a519bdf9357
This commit is contained in:
parent
865e3e75a8
commit
85060391ba
1 changed files with 2 additions and 2 deletions
|
@ -18709,13 +18709,13 @@ (define-public r-ace
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue