mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
27f6990d05
commit
d27d69bd4b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue