mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-clusterexperiment: Update to 2.18.1.
* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.18.1.
This commit is contained in:
parent
2e10df101f
commit
da24c1c949
1 changed files with 2 additions and 2 deletions
|
@ -11219,13 +11219,13 @@ (define-public r-clusterprofiler
|
|||
(define-public r-clusterexperiment
|
||||
(package
|
||||
(name "r-clusterexperiment")
|
||||
(version "2.18.0")
|
||||
(version "2.18.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04kdiwz8qzr7cr1an1c7a684wqv9pkca0iaym5f069pdjhqvvq0a"))))
|
||||
"1f3f56d88yiqyj45rhcwqb04wbxr9m4fxhbbckw1j7nykm8100ps"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue