diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:56 +0200 |
commit | cbe7726d687045e76fa940e6629fb796f2233707 (patch) | |
tree | 0f6985fe803d14d92ee81010ccb687c613f5ba14 | |
parent | 2a1f12e3d1b74e0f01b803767b47291aaec05d19 (diff) | |
download | guix-cbe7726d687045e76fa940e6629fb796f2233707.tar.gz guix-cbe7726d687045e76fa940e6629fb796f2233707.zip |
gnu: r-edger: Update to 3.42.0.
* gnu/packages/bioconductor.scm (r-edger): Update to 3.42.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 74b141ccd8..495abe7440 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6560,13 +6560,13 @@ global-scaling and full-quantile normalization.") (define-public r-edger (package (name "r-edger") - (version "3.40.2") + (version "3.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "0ds34b135qd63dh3cxkp8b28270m50bn1njwr49b8svgcgzz9x09")))) + "06c8gy2k1mc92w4gfhw8036f6yx105h6g4walc5w159qjcfan827")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |