Browse Source
gnu: r-genomicalignments: Update to 1.8.4.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.8.4.
version-0.11.0
Ben Woodcroft
6 years ago
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with
2 additions and
2 deletions
-
gnu/packages/bioinformatics.scm
|
|
@ -4961,13 +4961,13 @@ samples.") |
|
|
|
(define-public r-genomicalignments |
|
|
|
(package |
|
|
|
(name "r-genomicalignments") |
|
|
|
(version "1.8.0") |
|
|
|
(version "1.8.4") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (bioconductor-uri "GenomicAlignments" version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1y4qgqxq8dax9swgl59m6i7ggjpqrjllgx87b9vwls3z0nf1i6xj")))) |
|
|
|
"1cccvalmm83ilk1kpq31ll8kdy9xclsr4pm4mlcc7bmp0rwkd2p2")))) |
|
|
|
(properties |
|
|
|
`((upstream-name . "GenomicAlignments"))) |
|
|
|
(build-system r-build-system) |
|
|
|