gnu: r-pcaexplorer: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 2.30.0. Change-Id: I86c2dc6da62836bcf896f1806379aeaccd0acd8a
This commit is contained in:
parent
60287e583e
commit
cc2d111ba5
1 changed files with 2 additions and 2 deletions
|
@ -10039,14 +10039,14 @@ insertion module to recover the base cycle order for each oscillator group.")
|
||||||
(define-public r-pcaexplorer
|
(define-public r-pcaexplorer
|
||||||
(package
|
(package
|
||||||
(name "r-pcaexplorer")
|
(name "r-pcaexplorer")
|
||||||
(version "2.28.0")
|
(version "2.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "pcaExplorer" version))
|
(uri (bioconductor-uri "pcaExplorer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ihc9jqjy0nl4pfgcxczfdf973nb99325agk73y0222ad1mpkc07"))))
|
"1szl2gyhw55ad4phcb7qn14amjb6xg65l3p4hnjzp6rda2cy9437"))))
|
||||||
(properties `((upstream-name . "pcaExplorer")))
|
(properties `((upstream-name . "pcaExplorer")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue