me
/
guix
Archived
1
0
Fork 0

gnu: r-aneufinder: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.28.0.
[propagated-inputs]: Remove r-reordercluster.
master
Ricardo Wurmus 2023-04-28 17:59:44 +02:00
parent 8e5e97293d
commit 099340458b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -3258,13 +3258,13 @@ create an alternative mapping from sequences.")
(define-public r-aneufinder
(package
(name "r-aneufinder")
(version "1.26.0")
(version "1.28.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AneuFinder" version))
(sha256
(base32
"154cg63n7h9h5jkj00aqf0hzbmmjg16bzvvk50fyixwq0a4q1j00"))))
"1l33yb20pynkvlla1dmgbwjhnhxh067fci0ciryxmbzqwq2sn1kc"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))
@ -3287,7 +3287,6 @@ create an alternative mapping from sequences.")
r-reshape2
r-ggdendro
r-ggrepel
r-reordercluster
r-mclust
r-cowplot))
(home-page "https://bioconductor.org/packages/AneuFinder/")