gnu: r-pcamethods: Update to 1.78.0.
* gnu/packages/bioinformatics.scm (r-pcamethods): Update to 1.78.0.master
parent
589939937d
commit
4e5c217684
|
@ -9372,14 +9372,14 @@ specific parser.")
|
||||||
(define-public r-pcamethods
|
(define-public r-pcamethods
|
||||||
(package
|
(package
|
||||||
(name "r-pcamethods")
|
(name "r-pcamethods")
|
||||||
(version "1.76.0")
|
(version "1.78.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "pcaMethods" version))
|
(uri (bioconductor-uri "pcaMethods" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0svf4n7l0afy4wwgs6x8x4dm330r3311l5vmsxw2f0r4axkh3bzk"))))
|
"1wir67kfjm0m9gf0ki8qmvh45n4gx2k0wfl9pd1hp4g62fbrj1pj"))))
|
||||||
(properties `((upstream-name . "pcaMethods")))
|
(properties `((upstream-name . "pcaMethods")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue