me
/
guix
Archived
1
0
Fork 0

gnu: r-rsamtools: Update to 2.2.1.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.2.1.
master
Ricardo Wurmus 2019-12-15 15:12:35 +01:00
parent 4ada4fb745
commit e1d681e2af
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7732,13 +7732,13 @@ biological sequences or sets of sequences.")
(define-public r-rsamtools
(package
(name "r-rsamtools")
(version "2.0.3")
(version "2.2.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rsamtools" version))
(sha256
(base32
"03qfpaqbffirpnby88mv6h45njfapli28crdvg35h2zi2jkkmhvp"))))
"0hpdc88prpq1gcja89n5s1ndcg81523qrkbkm9gbhm7rm8wmi8cl"))))
(properties
`((upstream-name . "Rsamtools")))
(build-system r-build-system)