mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-chipseeker: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.34.0.
This commit is contained in:
parent
9d8107b4d7
commit
32629c01ef
1 changed files with 2 additions and 2 deletions
|
@ -4772,13 +4772,13 @@ (define-public r-category
|
|||
(define-public r-chipseeker
|
||||
(package
|
||||
(name "r-chipseeker")
|
||||
(version "1.32.1")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ChIPseeker" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l2514wvlc8q7n1zjzfrghdg372sp73z39204bkif3g6pdkcvbcf"))))
|
||||
"1s90q73lldnmh2nxyb36hv44s3pj2l7pr0qka0z27b3cmnhqh50z"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue