gnu: r-rsamtools: Update to 2.20.0.

* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.20.0.

Change-Id: I3ac6535dc9dec0530df1ff5f5552539bd7345c2a
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:59:17 +02:00
parent 27f6990d05
commit d27d69bd4b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10694,13 +10694,13 @@ (define-public r-rhdf5filters
(define-public r-rsamtools
(package
(name "r-rsamtools")
(version "2.18.0")
(version "2.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rsamtools" version))
(sha256
(base32
"0bcapiwdzv7rqgs4hmw7hq290r3pz5vvhg4apxard0yybq83na1g"))))
"04lz0dzwmgi8j9wyspbmjln6yb5fv4f538nqyrfd31d0g16937b8"))))
(properties
`((upstream-name . "Rsamtools")))
(build-system r-build-system)