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:
Ricardo Wurmus 2024-05-07 13:06:47 +02:00
parent 81d3077cc7
commit bf52c2a0e9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -14584,14 +14584,14 @@ and regression inferences from RNA-sequencing data.")
(define-public r-ebseq
(package
(name "r-ebseq")
(version "2.0.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EBSeq" version))
(sha256
(base32
"07x9fh8akgiixsv1xddkvs2q8xxfsibas01kdx0kw6wak3nihn4w"))))
"1lbvrw6fcjhrm6v71lmnphv4hbdh03czgx3822ckdk6xrvyh54cf"))))
(properties `((upstream-name . "EBSeq")))
(build-system r-build-system)
(propagated-inputs