mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-rbowtie: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.28.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ca8d80c90c
commit
568c3929b6
1 changed files with 4 additions and 2 deletions
|
@ -5376,18 +5376,20 @@ (define-public r-iclusterplus
|
|||
(define-public r-rbowtie
|
||||
(package
|
||||
(name "r-rbowtie")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yy31xhdmf6xb21wlhmxxwfqpm0nil39pb2cs3pq5ia758lb88z4"))))
|
||||
"06y1qp915dlwjdi2fs3344sgya55pcv07f3i61y0cxb0bhbcgvrz"))))
|
||||
(properties `((upstream-name . "Rbowtie")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/Rbowtie/")
|
||||
(synopsis "R bowtie wrapper")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue