me
/
guix
Archived
1
0
Fork 0

gnu: r-rsamtools: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.12.0.
master
Ricardo Wurmus 2022-05-28 12:44:43 +02:00
parent a8c63ab610
commit 990ee0c7cc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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