mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-chipseeker: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.34.1.
This commit is contained in:
parent
d3696e71a9
commit
3bc54ddeab
1 changed files with 2 additions and 2 deletions
|
@ -4772,13 +4772,13 @@ analysis.")
|
||||||
(define-public r-chipseeker
|
(define-public r-chipseeker
|
||||||
(package
|
(package
|
||||||
(name "r-chipseeker")
|
(name "r-chipseeker")
|
||||||
(version "1.34.0")
|
(version "1.34.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChIPseeker" version))
|
(uri (bioconductor-uri "ChIPseeker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s90q73lldnmh2nxyb36hv44s3pj2l7pr0qka0z27b3cmnhqh50z"))))
|
"0jr9mc79di0r3xrc7m27vwk85qa4fpcwp4nb77pr9s6jbv23773r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue