mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-pcaexplorer: Update to 2.26.0.
* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 2.26.0.
This commit is contained in:
parent
e408cd70e8
commit
fdf3453dad
1 changed files with 2 additions and 2 deletions
|
@ -8125,14 +8125,14 @@ (define-public r-oscope
|
||||||
(define-public r-pcaexplorer
|
(define-public r-pcaexplorer
|
||||||
(package
|
(package
|
||||||
(name "r-pcaexplorer")
|
(name "r-pcaexplorer")
|
||||||
(version "2.24.0")
|
(version "2.26.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
|
||||||
"0gs4az4h5mwnr3s8fq7im5p3mm4mhc0x5amjr2badqkw1fih3jp7"))))
|
"1l7ipvnfv7s4faa7wyji17n7r3a8qb2pis3xm2c1b2mqzn62k8xx"))))
|
||||||
(properties `((upstream-name . "pcaExplorer")))
|
(properties `((upstream-name . "pcaExplorer")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue