summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-06-02 12:53:14 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-06-02 12:53:14 +0200
commit21342c3bcfbf118fbcc7a9f6d8f3deb5c8d77aa5 (patch)
tree1cbc0cbaf436d67d5accf9f8fc3142d7d1e30c6b
parent15ffd4014ea154b4c6431224fc0e93d62db167de (diff)
downloadguix-21342c3bcfbf118fbcc7a9f6d8f3deb5c8d77aa5.tar.gz
gnu: r-edger: Update to 3.42.4.
* gnu/packages/bioconductor.scm (r-edger): Update to 3.42.4.
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9c997acfa0..098ee608b8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6608,13 +6608,13 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.42.2")
+    (version "3.42.4")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "1vss3n2m12vf6wcspfly394b8g3mfbwkkw8ihz8nqpc2iqs399rj"))))
+                "1lyn017jqgn6d987zrk0kp2p2nw3mxf8zjspk31pky532p9pkhs3"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs