mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-pcamethods: Update to 1.96.0.
* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.96.0. Change-Id: I6443fc5882c1ea7b24580802a6463de3928ded05
This commit is contained in:
parent
cc2d111ba5
commit
c7f7ce8c9d
1 changed files with 2 additions and 2 deletions
|
@ -10094,14 +10094,14 @@ (define-public r-pcaexplorer
|
|||
(define-public r-pcamethods
|
||||
(package
|
||||
(name "r-pcamethods")
|
||||
(version "1.94.0")
|
||||
(version "1.96.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pcaMethods" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1asm4iafdzm98iv2j9sxvn5y9ss2p679cx7gwjipq8mf1d7bzfp0"))))
|
||||
"1hrq0xmpr1l95hyi6ls9r86ahwf2rcbvr8m7cpg6ra0gsfyn4mpi"))))
|
||||
(properties `((upstream-name . "pcaMethods")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue