gnu: r-chipcomp: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-chipcomp): Update to 1.32.0. Change-Id: I2229de3fc55e54de3a2157e7210ae2981fe0e5f0master
parent
89f04f09de
commit
c7f6a7e802
|
@ -12239,14 +12239,14 @@ more complex hypotheses) via empirical Bayesian methods.")
|
||||||
(define-public r-chipcomp
|
(define-public r-chipcomp
|
||||||
(package
|
(package
|
||||||
(name "r-chipcomp")
|
(name "r-chipcomp")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChIPComp" version))
|
(uri (bioconductor-uri "ChIPComp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v27bqik5cgcvs1kb67s52r56v6fakvmi81iybvvvbxvcn1dmy9r"))))
|
"061d2z1rrcyad6cf19si14ab9a3dxdi17sfbkx3vx8kdsfs3djy9"))))
|
||||||
(properties `((upstream-name . "ChIPComp")))
|
(properties `((upstream-name . "ChIPComp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue