mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: r-pcamethods: Update to 1.94.0.
* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.94.0. Change-Id: I67ae7bd85bf7353b038f85842b930337878ea313
This commit is contained in:
parent
81172ff685
commit
409d6d340d
1 changed files with 2 additions and 2 deletions
|
@ -9283,14 +9283,14 @@ (define-public r-pcaexplorer
|
||||||
(define-public r-pcamethods
|
(define-public r-pcamethods
|
||||||
(package
|
(package
|
||||||
(name "r-pcamethods")
|
(name "r-pcamethods")
|
||||||
(version "1.92.0")
|
(version "1.94.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
|
||||||
"14awrgq56s948x74j4iv9k1yy5b7axw1kqzg827y5znjc1i3aqy6"))))
|
"1asm4iafdzm98iv2j9sxvn5y9ss2p679cx7gwjipq8mf1d7bzfp0"))))
|
||||||
(properties `((upstream-name . "pcaMethods")))
|
(properties `((upstream-name . "pcaMethods")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue