me
/
guix
Archived
1
0
Fork 0

gnu: r-pcamethods: Update to 1.92.0.

* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.92.0.
master
Ricardo Wurmus 2023-04-28 17:59:58 +02:00
parent fdf3453dad
commit 8e08912fcd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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