guix-commits
[Top][All Lists]
Advanced

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

08/38: gnu: r-edger: Update to 3.40.1.


From: guix-commits
Subject: 08/38: gnu: r-edger: Update to 3.40.1.
Date: Tue, 20 Dec 2022 04:58:19 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit b9e563dd25186c8d01046e7e7323470e1383ad51
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 22:59:57 2022 +0100

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



reply via email to

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