gnu: r-apeglm: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:44:48 +02:00
parent ec76f7ca9b
commit 21db7a48e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6036,13 +6036,13 @@ (define r-rcppnumerical
(define-public r-apeglm
(package
(name "r-apeglm")
(version "1.16.0")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "apeglm" version))
(sha256
(base32
"11w4vyc1sllmm5lh42krhidazid78n4s3lhikpy9kk2l57jmifbr"))))
"1ppwk4g66x46hpqsfsvhl12398d1srqr47nmp0y2gz212kff0rby"))))
(properties `((upstream-name . "apeglm")))
(build-system r-build-system)
(propagated-inputs