gnu: r-clusterexperiment: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.14.0.master
parent
2e9821cd11
commit
b4127b3490
|
@ -7529,13 +7529,13 @@ profiles (GO and KEGG) of gene and gene clusters.")
|
||||||
(define-public r-clusterexperiment
|
(define-public r-clusterexperiment
|
||||||
(package
|
(package
|
||||||
(name "r-clusterexperiment")
|
(name "r-clusterexperiment")
|
||||||
(version "2.12.0")
|
(version "2.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "clusterExperiment" version))
|
(uri (bioconductor-uri "clusterExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fhmayciwn1m124b4dcs3gzbghgk9f7a7qmjnvvxc958cywcwkx5"))))
|
"0riray1f841d5fx6mbcki5xmqz21kg5q5l0qz4pkgg9c1d9f7mbc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
|
Reference in New Issue