guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-edger: Update to 4.0.5.


From: guix-commits
Subject: branch master updated: gnu: r-edger: Update to 4.0.5.
Date: Fri, 05 Jan 2024 11:20:10 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5cec983e04 gnu: r-edger: Update to 4.0.5.
5cec983e04 is described below

commit 5cec983e043259d2b13c194bff0a70459eed11d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 5 17:17:33 2024 +0100

    gnu: r-edger: Update to 4.0.5.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.5.
    
    Change-Id: Ibf41684a81da1a842f1a8e41309113fb50db6ef9
---
 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 bf38afb762..a7af5c42ce 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7324,13 +7324,13 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "4.0.3")
+    (version "4.0.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "0sz46pwa1bsqrff2igswfhhj1fcwzn34zrlawy4fnb58z48kccb0"))))
+                "16cghh83v14jdq5n6xkm3jxj87n6l6zrxjgqdwb2ffgc26vkpb7w"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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