me
/
guix
Archived
1
0
Fork 0

gnu: r-pcamethods: Update to 1.80.0.

* gnu/packages/bioinformatics.scm (r-pcamethods): Update to 1.80.0.
master
Ricardo Wurmus 2020-06-12 16:25:02 +02:00
parent 8eb579883d
commit 7b4fc6ae0a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9745,14 +9745,14 @@ specific parser.")
(define-public r-pcamethods
(package
(name "r-pcamethods")
(version "1.78.0")
(version "1.80.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pcaMethods" version))
(sha256
(base32
"1wir67kfjm0m9gf0ki8qmvh45n4gx2k0wfl9pd1hp4g62fbrj1pj"))))
"10cww4jxyynkwxbbsx804nwac31j0hh8dgisygld0q663gaxkgni"))))
(properties `((upstream-name . "pcaMethods")))
(build-system r-build-system)
(propagated-inputs