me
/
guix
Archived
1
0
Fork 0

gnu: r-apeglm: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.18.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6036,13 +6036,13 @@ integration with @code{Rcpp}.")
(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