1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: r-clusterexperiment: Update to 2.28.0.

* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.28.0.

Change-Id: If8153036fbb2374ae5fab2e8e774853b0f990276
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:26 +02:00
parent e0b2331224
commit da027815ce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19215,13 +19215,13 @@ profiles (GO and KEGG) of gene and gene clusters.")
(define-public r-clusterexperiment
(package
(name "r-clusterexperiment")
(version "2.26.0")
(version "2.28.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "clusterExperiment" version))
(sha256
(base32
"1csj6xn5kldfrrzl5qhd5dh59c0inmabx5pbbjq0zb2rad5scqj9"))))
"0pwhd2skps4m2pz59b2bqzfhkqqmxyj89npnwg9zbpkqf0cjrlsn"))))
(build-system r-build-system)
(native-inputs
(list r-knitr r-testthat))