mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: r-structuralvariantannotation: Update to 1.8.1.
The previous 1.8.0 source tarball has vanished. * gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.8.1. [propagated-inputs]: Add r-genomicfeatures.
This commit is contained in:
parent
8854acd434
commit
5079aa2afd
1 changed files with 3 additions and 3 deletions
|
@ -4221,20 +4221,20 @@ (define-public r-slingshot
|
|||
(define-public r-structuralvariantannotation
|
||||
(package
|
||||
(name "r-structuralvariantannotation")
|
||||
(version "1.8.0")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "StructuralVariantAnnotation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10h63h1v87nvm3bfyr6dsjlbmzxf1vks30d0xz6q4hssqq9xlzgv"))))
|
||||
(base32 "13q6zbdkpx1iw6n75pggg50f9q3zb7k3dxjdra8mhi6zin7018j8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-assertthat" ,r-assertthat)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biostrings" ,r-biostrings)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-rtracklayer" ,r-rtracklayer)
|
||||
|
|
Loading…
Reference in a new issue