guix-commits
[Top][All Lists]
Advanced

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

15/39: gnu: r-edger: Update to 4.0.3.


From: guix-commits
Subject: 15/39: gnu: r-edger: Update to 4.0.3.
Date: Fri, 15 Dec 2023 11:48:45 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 73e20717d096dc111a6a92618edc84a41414319c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:37 2023 +0100

    gnu: r-edger: Update to 4.0.3.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.3.
    
    Change-Id: I97d73da131092effbf2404e710389d863ba39889
---
 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 f941815a5a..ac63e8400c 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.1")
+    (version "4.0.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "0vjydwjazl7br0hvshy7jip3z6w73bif9vaky20im5rv40pqnchh"))))
+                "0sz46pwa1bsqrff2igswfhhj1fcwzn34zrlawy4fnb58z48kccb0"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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