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:
Tobias Geerinckx-Rice 2021-07-25 19:17:44 +02:00
parent 8854acd434
commit 5079aa2afd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -4221,20 +4221,20 @@ graph construction.")
(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)