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
|
(define-public r-pcamethods
|
||||||
(package
|
(package
|
||||||
(name "r-pcamethods")
|
(name "r-pcamethods")
|
||||||
(version "1.88.0")
|
(version "1.90.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "pcaMethods" version))
|
(uri (bioconductor-uri "pcaMethods" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1087sl7y707zld7zpf3ly51gnmdp93vn90dwa5440v7qawvg2h9b"))))
|
"1cjmkfpbbfzkx6bi3r9jjx54iwkm4gl8hqa1776hxicq2x2c83s4"))))
|
||||||
(properties `((upstream-name . "pcaMethods")))
|
(properties `((upstream-name . "pcaMethods")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue