1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 18:25:53 +02:00

gnu: r-apeglm: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.26.0.

Change-Id: I6f6770c0f45287baae74300422795c40a7fb9485
This commit is contained in:
Ricardo Wurmus
2024-05-07 13:06:40 +02:00
parent aa265d655b
commit aaac3ebdc8
+2 -2
View File
@@ -12933,13 +12933,13 @@ spectrometry} data.")
(define-public r-apeglm
(package
(name "r-apeglm")
(version "1.24.0")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "apeglm" version))
(sha256
(base32
"0cj9yzmh9w3fk3rxmk2k5j55r42mmz9znszmr4l160mr23alkzx4"))))
"0l84sf4ikx0q031wf0k26n9ikwmgs4nm7v7bky47q3ik29mh7wgs"))))
(properties `((upstream-name . "apeglm")))
(build-system r-build-system)
(propagated-inputs