me
/
guix
Archived
1
0
Fork 0

gnu: r-acme: Update to 2.52.0.

* gnu/packages/bioconductor.scm (r-acme): Update to 2.52.0.
master
Ricardo Wurmus 2022-05-28 12:45:14 +02:00
parent 0b03a2f324
commit 7fd611926e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12281,13 +12281,13 @@ printing and plotting @code{aCGH} objects.")
(define-public r-acme
(package
(name "r-acme")
(version "2.50.0")
(version "2.52.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ACME" version))
(sha256
(base32
"0h4bqbbqcwc938q7lysk5l35f64xz9d1bsniv2wshmlr4rr0zpcg"))))
"0ilcsgpc4m47gifxc0yzx2xi3g4day515mncnnjvfdj3iq8xwk25"))))
(properties `((upstream-name . "ACME")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-biocgenerics))