me
/
guix
Archived
1
0
Fork 0

gnu: r-apeglm: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.20.0.
master
zimoun 2022-11-17 03:50:15 +01:00 committed by Ricardo Wurmus
parent 11c4bc08db
commit 9bb55dfa8d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7827,13 +7827,13 @@ problems in genomics, brain imaging, astrophysics, and data mining.")
(define-public r-apeglm
(package
(name "r-apeglm")
(version "1.18.0")
(version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "apeglm" version))
(sha256
(base32
"1ppwk4g66x46hpqsfsvhl12398d1srqr47nmp0y2gz212kff0rby"))))
"1hk2y7r734wdd56f18l03kyq9p35kv653a5f7z2cjkq37gvcqrd1"))))
(properties `((upstream-name . "apeglm")))
(build-system r-build-system)
(propagated-inputs