me
/
guix
Archived
1
0
Fork 0

gnu: r-rsamtools: Update to 1.34.0.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.34.0.
master
Ricardo Wurmus 2018-11-07 12:04:45 +01:00
parent 4804c59227
commit 7f3778eb06
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7674,13 +7674,13 @@ biological sequences or sets of sequences.")
(define-public r-rsamtools
(package
(name "r-rsamtools")
(version "1.32.3")
(version "1.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rsamtools" version))
(sha256
(base32
"1hpjr22h33pf4fgv0sj83rqzv6l5l7s6fpmmqvchh45ikks1mnhq"))))
"01v4bjhj2i126pwyk0v9lvmfp2ih495xsq903k3xa2z24bjxphbi"))))
(properties
`((upstream-name . "Rsamtools")))
(build-system r-build-system)