mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: r-rsubread: Update to 2.6.4.
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.6.4.
This commit is contained in:
parent
8d9626dd7d
commit
d0d3637c92
1 changed files with 2 additions and 2 deletions
|
@ -9370,14 +9370,14 @@ (define-public r-annotatr
|
|||
(define-public r-rsubread
|
||||
(package
|
||||
(name "r-rsubread")
|
||||
(version "2.6.3")
|
||||
(version "2.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rsubread" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04nz85vr184fjmf2k0kc5sy2hjzpfazfkxlhlgax50rnkn98va5x"))))
|
||||
"043m4512q73x6q529hqfgrap0fq5anvny4va085nafia06b805pi"))))
|
||||
(properties `((upstream-name . "Rsubread")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue