gnu: r-acme: Update to 2.54.0.
* gnu/packages/bioconductor.scm (r-acme): Update to 2.54.0.
This commit is contained in:
parent
b5a0834c2f
commit
5fed6cbcbc
1 changed files with 2 additions and 2 deletions
|
@ -14213,13 +14213,13 @@ (define-public r-acgh
|
||||||
(define-public r-acme
|
(define-public r-acme
|
||||||
(package
|
(package
|
||||||
(name "r-acme")
|
(name "r-acme")
|
||||||
(version "2.52.0")
|
(version "2.54.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
|
||||||
"0ilcsgpc4m47gifxc0yzx2xi3g4day515mncnnjvfdj3iq8xwk25"))))
|
"0prcaxqmzm4hhpv228xh0glhm166gs17sa9h4lqrm03pwrjrdqdw"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue