guix-commits
[Top][All Lists]
Advanced

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

05/24: gnu: r-edger: Update to 3.40.2.


From: guix-commits
Subject: 05/24: gnu: r-edger: Update to 3.40.2.
Date: Fri, 24 Feb 2023 02:12:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b38475bef4cce5acd4ed1cd91f54f51f2e5804c3
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Feb 20 19:53:52 2023 +0100

    gnu: r-edger: Update to 3.40.2.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 3.40.2.
---
 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 3a017416da..383292f8c5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5887,13 +5887,13 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.40.1")
+    (version "3.40.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "1a0rmczlqmqmip2ix28m4iwcpfj04p6nrcl562bjgaifvgyjqhzg"))))
+                "0ds34b135qd63dh3cxkp8b28270m50bn1njwr49b8svgcgzz9x09"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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