mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: r-aneufinder: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.28.0. [propagated-inputs]: Remove r-reordercluster.
This commit is contained in:
parent
8e5e97293d
commit
099340458b
1 changed files with 2 additions and 3 deletions
|
@ -3258,13 +3258,13 @@ (define-public r-altcdfenvs
|
||||||
(define-public r-aneufinder
|
(define-public r-aneufinder
|
||||||
(package
|
(package
|
||||||
(name "r-aneufinder")
|
(name "r-aneufinder")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AneuFinder" version))
|
(uri (bioconductor-uri "AneuFinder" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"154cg63n7h9h5jkj00aqf0hzbmmjg16bzvvk50fyixwq0a4q1j00"))))
|
"1l33yb20pynkvlla1dmgbwjhnhxh067fci0ciryxmbzqwq2sn1kc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
@ -3287,7 +3287,6 @@ (define-public r-aneufinder
|
||||||
r-reshape2
|
r-reshape2
|
||||||
r-ggdendro
|
r-ggdendro
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
r-reordercluster
|
|
||||||
r-mclust
|
r-mclust
|
||||||
r-cowplot))
|
r-cowplot))
|
||||||
(home-page "https://bioconductor.org/packages/AneuFinder/")
|
(home-page "https://bioconductor.org/packages/AneuFinder/")
|
||||||
|
|
Loading…
Reference in a new issue