mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-pcamethods: Update to 1.82.0.
* gnu/packages/bioinformatics.scm (r-pcamethods): Update to 1.82.0.
This commit is contained in:
parent
b47560c1cf
commit
2ed937e0aa
1 changed files with 2 additions and 2 deletions
|
@ -9859,14 +9859,14 @@ (define-public r-mzid
|
|||
(define-public r-pcamethods
|
||||
(package
|
||||
(name "r-pcamethods")
|
||||
(version "1.80.0")
|
||||
(version "1.82.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pcaMethods" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10cww4jxyynkwxbbsx804nwac31j0hh8dgisygld0q663gaxkgni"))))
|
||||
"04xb4vjky6hq58l30i1iq9rv5gzjdxnidjxpnzg7pvg67vz8pgf0"))))
|
||||
(properties `((upstream-name . "pcaMethods")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue