guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/26: gnu: r-edger: Update to 3.42.4.


From: guix-commits
Subject: 14/26: gnu: r-edger: Update to 3.42.4.
Date: Fri, 2 Jun 2023 07:05:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 21342c3bcfbf118fbcc7a9f6d8f3deb5c8d77aa5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 2 12:53:14 2023 +0200

    gnu: r-edger: Update to 3.42.4.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 3.42.4.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]