me
/
guix
Archived
1
0
Fork 0

gnu: r-rsamtools: Update to 2.10.0.

* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.10.0.
master
Ricardo Wurmus 2021-11-04 22:04:08 +00:00
parent e38d619476
commit f0774df7c1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3998,13 +3998,13 @@ HDF5 datasets.")
(define-public r-rsamtools (define-public r-rsamtools
(package (package
(name "r-rsamtools") (name "r-rsamtools")
(version "2.8.0") (version "2.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Rsamtools" version)) (uri (bioconductor-uri "Rsamtools" version))
(sha256 (sha256
(base32 (base32
"0arhh5bbx3pmxmkh5sjgczcswqy83d35r7cjhd2knpczdvrixaq5")))) "0v6b3j45ivd9f04fpfs1vjwby5pi30mf5683bjxim01vi2krj9yh"))))
(properties (properties
`((upstream-name . "Rsamtools"))) `((upstream-name . "Rsamtools")))
(build-system r-build-system) (build-system r-build-system)