gnu: r-chipseq: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-chipseq): Update to 1.44.0.master
parent
cd7c1e2c3e
commit
126a4b6c9d
|
@ -2506,14 +2506,14 @@ annotation, distance to TSS, and overlap of peaks or genes.")
|
||||||
(define-public r-chipseq
|
(define-public r-chipseq
|
||||||
(package
|
(package
|
||||||
(name "r-chipseq")
|
(name "r-chipseq")
|
||||||
(version "1.42.0")
|
(version "1.44.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
|
||||||
"078p9h0zghlhpd6cr54nww1mk7q97imx8yqfayw5m2yq4097ivbi"))))
|
"1jw209bfh1c22mqs9z44qx3pmca9m68rhxp0p9bvbmqsnqwrndi6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
|
Reference in New Issue