me
/
guix
Archived
1
0
Fork 0

gnu: r-chipseeker: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.34.0.
master
zimoun 2022-11-17 03:50:09 +01:00 committed by Ricardo Wurmus
parent 9d8107b4d7
commit 32629c01ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4772,13 +4772,13 @@ analysis.")
(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))