mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-pcamethods: Update to 1.90.0.
* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.90.0.
This commit is contained in:
parent
34b615e3e7
commit
cf106821f5
1 changed files with 2 additions and 2 deletions
|
@ -6295,14 +6295,14 @@ (define-public r-pcaexplorer
|
|||
(define-public r-pcamethods
|
||||
(package
|
||||
(name "r-pcamethods")
|
||||
(version "1.88.0")
|
||||
(version "1.90.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pcaMethods" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1087sl7y707zld7zpf3ly51gnmdp93vn90dwa5440v7qawvg2h9b"))))
|
||||
"1cjmkfpbbfzkx6bi3r9jjx54iwkm4gl8hqa1776hxicq2x2c83s4"))))
|
||||
(properties `((upstream-name . "pcaMethods")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue