gnu: r-apeglm: Update to 1.26.1.

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

Change-Id: I6feea7900ef40e81cecfa48a6b1bc14ebbafc38c
This commit is contained in:
Ricardo Wurmus 2024-07-03 02:40:01 +02:00
parent 60c809cd0b
commit 52898de521
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12933,13 +12933,13 @@ (define-public r-apcomplex
(define-public r-apeglm
(package
(name "r-apeglm")
(version "1.26.0")
(version "1.26.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "apeglm" version))
(sha256
(base32
"0l84sf4ikx0q031wf0k26n9ikwmgs4nm7v7bky47q3ik29mh7wgs"))))
"039my876v0k2mr50w90w3phj4cq55awf5ks07kr2fnm7w211gxvs"))))
(properties `((upstream-name . "apeglm")))
(build-system r-build-system)
(propagated-inputs