mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-clusterexperiment: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.18.0.
This commit is contained in:
parent
26a4a1e36b
commit
c5c2cbe1e3
1 changed files with 2 additions and 2 deletions
|
@ -10576,13 +10576,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.16.0")
|
(version "2.18.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
|
||||||
"1xd2kxmdg51hhj0zvz7pxmpdvb1sya7prsf9ny2wj2y8ivrqgn4f"))))
|
"04kdiwz8qzr7cr1an1c7a684wqv9pkca0iaym5f069pdjhqvvq0a"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue