me
/
guix
Archived
1
0
Fork 0

gnu: r-rsamtools: Update to 2.0.3.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.0.3.
master
Ricardo Wurmus 2019-10-18 18:46:40 +02:00
parent 195b18b58e
commit b62780d9f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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