me
/
guix
Archived
1
0
Fork 0

gnu: r-pcamethods: Update to 1.90.0.

* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.90.0.
master
zimoun 2022-11-17 03:50:12 +01:00 committed by Ricardo Wurmus
parent 34b615e3e7
commit cf106821f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6295,14 +6295,14 @@ application encapsulates the whole analysis.")
(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