guix-commits
[Top][All Lists]
Advanced

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

51/55: gnu: r-edger: Update to 4.0.11.


From: guix-commits
Subject: 51/55: gnu: r-edger: Update to 4.0.11.
Date: Mon, 22 Jan 2024 08:01:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c61e8350226019e6b45331b3d09b52e936d60e85
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:57 2024 +0100

    gnu: r-edger: Update to 4.0.11.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.11.
    
    Change-Id: I27638e6082286fa6e7876ce29ecf272d88402946
---
 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 8a2b2c0fd9..d92fedb3ce 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7563,13 +7563,13 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "4.0.9")
+    (version "4.0.11")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "1jdpvswcnspiypk9c2wq01cgcv1l5061q9h8gc5khhk9jlyv44bg"))))
+                "15m4rxvdy3r9cgf9k9q3xhig60mph9pjbmdk0g3k6liaahwmmj0p"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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