me
/
guix
Archived
1
0
Fork 0

gnu: r-rsamtools: Update to 2.6.0.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.6.0.
master
zimoun 2020-10-30 15:59:00 +01:00 committed by Ricardo Wurmus
parent 5d60273b77
commit 9168ab0911
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8239,13 +8239,13 @@ biological sequences or sets of sequences.")
(define-public r-rsamtools (define-public r-rsamtools
(package (package
(name "r-rsamtools") (name "r-rsamtools")
(version "2.4.0") (version "2.6.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
"0z01z0s71f941k7sns46nyabps28c69d6jxx6sppjpc6h4vrw0vq")))) "040pggkwglc6wy90qnc7xcdnaj0v3iqlykvvsl74241409qly554"))))
(properties (properties
`((upstream-name . "Rsamtools"))) `((upstream-name . "Rsamtools")))
(build-system r-build-system) (build-system r-build-system)