mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rsubread: Update to 2.10.2.
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.10.2.
This commit is contained in:
parent
41435e0e1c
commit
a76b657d93
1 changed files with 2 additions and 2 deletions
|
@ -10768,14 +10768,14 @@ (define-public r-annotatr
|
|||
(define-public r-rsubread
|
||||
(package
|
||||
(name "r-rsubread")
|
||||
(version "2.10.1")
|
||||
(version "2.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rsubread" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cf80gmzz4c1pvif3350ifsmsbfplyl2na39n8g3x0zkwpl6ijdc"))))
|
||||
"1pvyx8nxv10s816hgxrnw60hp9rlqjdgjq3ajpzqxgxmmlhnk0v0"))))
|
||||
(properties `((upstream-name . "Rsubread")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue