gnu: r-acme: Update to 2.54.0.

* gnu/packages/bioconductor.scm (r-acme): Update to 2.54.0.
This commit is contained in:
zimoun 2022-11-17 03:50:27 +01:00 committed by Ricardo Wurmus
parent b5a0834c2f
commit 5fed6cbcbc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14213,13 +14213,13 @@ (define-public r-acgh
(define-public r-acme
(package
(name "r-acme")
(version "2.52.0")
(version "2.54.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ACME" version))
(sha256
(base32
"0ilcsgpc4m47gifxc0yzx2xi3g4day515mncnnjvfdj3iq8xwk25"))))
"0prcaxqmzm4hhpv228xh0glhm166gs17sa9h4lqrm03pwrjrdqdw"))))
(properties `((upstream-name . "ACME")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-biocgenerics))