gnu: r-ebseq: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-ebseq): Update to 2.2.0. Change-Id: Id136b108abe6d3ee372d08f4a6d6e03f7c285c71
This commit is contained in:
parent
81d3077cc7
commit
bf52c2a0e9
1 changed files with 2 additions and 2 deletions
|
@ -14584,14 +14584,14 @@ and regression inferences from RNA-sequencing data.")
|
||||||
(define-public r-ebseq
|
(define-public r-ebseq
|
||||||
(package
|
(package
|
||||||
(name "r-ebseq")
|
(name "r-ebseq")
|
||||||
(version "2.0.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "EBSeq" version))
|
(uri (bioconductor-uri "EBSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07x9fh8akgiixsv1xddkvs2q8xxfsibas01kdx0kw6wak3nihn4w"))))
|
"1lbvrw6fcjhrm6v71lmnphv4hbdh03czgx3822ckdk6xrvyh54cf"))))
|
||||||
(properties `((upstream-name . "EBSeq")))
|
(properties `((upstream-name . "EBSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue