mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -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
|
||||
(package
|
||||
(name "r-pcaexplorer")
|
||||
(version "2.24.0")
|
||||
(version "2.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pcaExplorer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gs4az4h5mwnr3s8fq7im5p3mm4mhc0x5amjr2badqkw1fih3jp7"))))
|
||||
"1l7ipvnfv7s4faa7wyji17n7r3a8qb2pis3xm2c1b2mqzn62k8xx"))))
|
||||
(properties `((upstream-name . "pcaExplorer")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue