gnu: r-apeglm: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.24.0. Change-Id: Iefd5a26f065763ad3bd7d9f73f4407f65a502888
This commit is contained in:
parent
79416c905f
commit
41a5c3f69a
1 changed files with 2 additions and 2 deletions
|
@ -11567,13 +11567,13 @@ spectrometry} data.")
|
||||||
(define-public r-apeglm
|
(define-public r-apeglm
|
||||||
(package
|
(package
|
||||||
(name "r-apeglm")
|
(name "r-apeglm")
|
||||||
(version "1.22.1")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "apeglm" version))
|
(uri (bioconductor-uri "apeglm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19r1mhpkn3xy6l188c14k9xgn25xqc718bwrlmnz63lak6mp4ws7"))))
|
"0cj9yzmh9w3fk3rxmk2k5j55r42mmz9znszmr4l160mr23alkzx4"))))
|
||||||
(properties `((upstream-name . "apeglm")))
|
(properties `((upstream-name . "apeglm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue