gnu: r-cicero: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.6.0.
This commit is contained in:
parent
93235b1eb3
commit
e677c9b501
1 changed files with 2 additions and 2 deletions
|
@ -6455,14 +6455,14 @@ genes in the gene-set that are ranked above the leading edge).")
|
||||||
(define-public r-cicero
|
(define-public r-cicero
|
||||||
(package
|
(package
|
||||||
(name "r-cicero")
|
(name "r-cicero")
|
||||||
(version "1.4.4")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cicero" version))
|
(uri (bioconductor-uri "cicero" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ay1g2r0la4grcp1y8vcp211lfwzjf7j819ajzdirsh5dab8whld"))))
|
"0n78lf5hz6zzl550dbf4imis43pv91zicfff8y4lspckljhz9z75"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-assertthat" ,r-assertthat)
|
`(("r-assertthat" ,r-assertthat)
|
||||||
|
|
Reference in a new issue