gnu: r-acme: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-acme): Update to 2.58.0. Change-Id: Ife3005c7a63743eed0f86c5037a06d9e38a14097
This commit is contained in:
parent
85060391ba
commit
84de1e4ade
1 changed files with 2 additions and 2 deletions
|
@ -18733,13 +18733,13 @@ printing and plotting @code{aCGH} objects.")
|
||||||
(define-public r-acme
|
(define-public r-acme
|
||||||
(package
|
(package
|
||||||
(name "r-acme")
|
(name "r-acme")
|
||||||
(version "2.56.0")
|
(version "2.58.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ACME" version))
|
(uri (bioconductor-uri "ACME" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z6j4wy355pljn9wf12zzq4zqrhaik0i2phy7jg89jsys7n2mlxy"))))
|
"0cy1f4ki4j7yxc9cws5s17ljd4ac0yxhijms0pm31im81qz2djax"))))
|
||||||
(properties `((upstream-name . "ACME")))
|
(properties `((upstream-name . "ACME")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase r-biocgenerics))
|
(propagated-inputs (list r-biobase r-biocgenerics))
|
||||||
|
|
Reference in a new issue