mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: r-chipseq: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-chipseq): Update to 1.36.0.
This commit is contained in:
parent
746e1f062e
commit
43058ca656
1 changed files with 2 additions and 2 deletions
|
@ -8933,14 +8933,14 @@ (define-public multiqc
|
||||||
(define-public r-chipseq
|
(define-public r-chipseq
|
||||||
(package
|
(package
|
||||||
(name "r-chipseq")
|
(name "r-chipseq")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "chipseq" version))
|
(uri (bioconductor-uri "chipseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1835nhrxcaqpqf1kxrsk1js8bf7x33z1n3bqjvm8404091acqyma"))))
|
"1ln6bn08xig3j6ryak1xfkjhvpnlm2vf1czz9hlj6f02299nbs6l"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
|
Loading…
Reference in a new issue