me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 3.40.0.

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

View File

@ -5188,13 +5188,13 @@ global-scaling and full-quantile normalization.")
(define-public r-edger
(package
(name "r-edger")
(version "3.38.4")
(version "3.40.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"1ww69xrg9qrmq7dix2k48j6akgn58ss3340hm7pjvzx508x1j6n6"))))
"18vap3qp9blncr4sdl9q1szb4qhm46gldhxy3k3abw9fckcvggwg"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs