1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-03 02:11:31 +02:00

gnu: r-pcamethods: Update to 1.74.0.

* gnu/packages/bioinformatics.scm (r-pcamethods): Update to 1.74.0.
This commit is contained in:
Ricardo Wurmus
2018-11-07 12:11:36 +01:00
parent 2c4311dc7c
commit 73d7475246
+2 -2
View File
@@ -9705,14 +9705,14 @@ specific parser.")
(define-public r-pcamethods
(package
(name "r-pcamethods")
(version "1.72.0")
(version "1.74.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pcaMethods" version))
(sha256
(base32
"0v99yf8m7ryh6z0r3z0ggpqfnflcq5bn1q1i1cl9b7q4p6b4sa07"))))
"0ik82s9bsdj4a1mmv0a3k6yisa92mxx7maf3dvip1r8gqlm3dyng"))))
(properties `((upstream-name . "pcaMethods")))
(build-system r-build-system)
(propagated-inputs