mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-pcamethods: Update to 1.92.0.
* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.92.0.
This commit is contained in:
parent
fdf3453dad
commit
8e08912fcd
1 changed files with 2 additions and 2 deletions
|
@ -8180,14 +8180,14 @@ (define-public r-pcaexplorer
|
|||
(define-public r-pcamethods
|
||||
(package
|
||||
(name "r-pcamethods")
|
||||
(version "1.90.0")
|
||||
(version "1.92.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pcaMethods" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cjmkfpbbfzkx6bi3r9jjx54iwkm4gl8hqa1776hxicq2x2c83s4"))))
|
||||
"14awrgq56s948x74j4iv9k1yy5b7axw1kqzg827y5znjc1i3aqy6"))))
|
||||
(properties `((upstream-name . "pcaMethods")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue