gnu: r-icobra: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.18.1.
This commit is contained in:
parent
b2bdc2f130
commit
b410f072b5
1 changed files with 2 additions and 2 deletions
|
@ -3979,14 +3979,14 @@ independent of the p-value under the null hypothesis.")
|
||||||
(define-public r-icobra
|
(define-public r-icobra
|
||||||
(package
|
(package
|
||||||
(name "r-icobra")
|
(name "r-icobra")
|
||||||
(version "1.18.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "iCOBRA" version))
|
(uri (bioconductor-uri "iCOBRA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0knqvvfi5y53jk8s2g2bqgxnh2pbdf38676fk7pkdp1r2j6cbi3s"))))
|
"183asczy9v2v1vrzxb7n7pa2yfzym3l24r3737k0jg6hnp2bpw50"))))
|
||||||
(properties `((upstream-name . "iCOBRA")))
|
(properties `((upstream-name . "iCOBRA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue