gnu: r-icobra: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.28.1.
This commit is contained in:
parent
d1979fe4bb
commit
d29a060d20
1 changed files with 2 additions and 2 deletions
|
@ -11800,14 +11800,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.28.0")
|
(version "1.28.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
|
||||||
"1dirwfmjl15lqh1dx1yhaqbfiz5iwzp03d3g64iy31nzi8sha4qq"))))
|
"120bcakhhl6xqsfclzgmn7rcxmld289bjl6j7nrli7aiq5ilz8h4"))))
|
||||||
(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