me
/
guix
Archived
1
0
Fork 0

gnu: r-chipseeker: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.40.0.

Change-Id: I6eb05f4da33610aa1ecb90ea75470bda1c184f0a
master
Ricardo Wurmus 2024-05-07 12:32:54 +02:00
parent 0b92bb1f1e
commit 0298c87534
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7333,13 +7333,13 @@ regions and to highlight copy number alterations.")
(define-public r-chipseeker
(package
(name "r-chipseeker")
(version "1.38.0")
(version "1.40.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ChIPseeker" version))
(sha256
(base32
"0bx85y5888w85miif73y0yd9j4kdmjn1cfck1xshnqnsrh7p3m50"))))
"00iknjk7vgj48vj1pp7l98g7nvc3x495z3jcq5nbvdiff02faj1f"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))