gnu: r-acme: Update to 2.56.0.

* gnu/packages/bioconductor.scm (r-acme): Update to 2.56.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 19:01:22 +02:00
parent f09fd77618
commit 89a1bc74ce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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