mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-pcaexplorer: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 2.24.0.
This commit is contained in:
parent
7c8829ae33
commit
34b615e3e7
1 changed files with 2 additions and 2 deletions
|
@ -6240,14 +6240,14 @@ the fact that each of these packages implements a select methods.")
|
||||||
(define-public r-pcaexplorer
|
(define-public r-pcaexplorer
|
||||||
(package
|
(package
|
||||||
(name "r-pcaexplorer")
|
(name "r-pcaexplorer")
|
||||||
(version "2.22.0")
|
(version "2.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "pcaExplorer" version))
|
(uri (bioconductor-uri "pcaExplorer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xkafpi6y5n8hljdaj183hd5z4ik7lpbklg2cbx1hwfz4n4hh1bl"))))
|
"0gs4az4h5mwnr3s8fq7im5p3mm4mhc0x5amjr2badqkw1fih3jp7"))))
|
||||||
(properties `((upstream-name . "pcaExplorer")))
|
(properties `((upstream-name . "pcaExplorer")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue