mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
||||
(package
|
||||
(name "r-pcamethods")
|
||||
(version "1.92.0")
|
||||
(version "1.94.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pcaMethods" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14awrgq56s948x74j4iv9k1yy5b7axw1kqzg827y5znjc1i3aqy6"))))
|
||||
"1asm4iafdzm98iv2j9sxvn5y9ss2p679cx7gwjipq8mf1d7bzfp0"))))
|
||||
(properties `((upstream-name . "pcaMethods")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue