1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 23:25:57 +02:00

gnu: r-clusterexperiment: Update to 2.28.1.

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

Change-Id: Ic789105fd575a93da69d68eadf9091583018fd2c
This commit is contained in:
Ricardo Wurmus
2025-05-13 11:57:29 +02:00
parent bf22c1df8a
commit b2af3e05a0
+2 -2
View File
@@ -19219,13 +19219,13 @@ profiles (GO and KEGG) of gene and gene clusters.")
(define-public r-clusterexperiment
(package
(name "r-clusterexperiment")
(version "2.28.0")
(version "2.28.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "clusterExperiment" version))
(sha256
(base32
"0pwhd2skps4m2pz59b2bqzfhkqqmxyj89npnwg9zbpkqf0cjrlsn"))))
"127fcfd57wfbxxxmn4gghbas2k6if1fkr777fzx2gqvq1qrd5cww"))))
(build-system r-build-system)
(native-inputs
(list r-knitr r-testthat))