me
/
guix
Archived
1
0
Fork 0

gnu: r-pcamethods: Update to 1.86.0.

* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.86.0.
master
Ricardo Wurmus 2021-11-04 22:04:06 +00:00
parent ada8646a38
commit 78fd768566
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3740,14 +3740,14 @@ the fact that each of these packages implements a select methods.")
(define-public r-pcamethods
(package
(name "r-pcamethods")
(version "1.84.0")
(version "1.86.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pcaMethods" version))
(sha256
(base32
"1ccqsxn487dy92c2d1iffh9917z4zq5ia92zv2h6pi00jjc6ymb5"))))
"1fj2v6sna4lbw7ar9h93y2g4pzylqqp7760ih425gcai7s19xdrg"))))
(properties `((upstream-name . "pcaMethods")))
(build-system r-build-system)
(propagated-inputs