guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: r-edger: Update to 4.0.14.


From: guix-commits
Subject: 02/05: gnu: r-edger: Update to 4.0.14.
Date: Thu, 1 Feb 2024 17:31:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c4e328a2b7e2ea4246e583c1e624085c1430cda9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 23:23:36 2024 +0100

    gnu: r-edger: Update to 4.0.14.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.14.
    
    Change-Id: I6e620b0df01403fbf26d0a61193f463a283b25cc
---
 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 671c533653..ed967f414f 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.12")
+    (version "4.0.14")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "01q6fc1ivqfwzmhz8f0yhaxcjv692ckvxabmg24sgzrk7qcd52cj"))))
+                "1a0icqi1im4vw2r6wjc5ibjsci7yqcdhk8bn8kyvsp1ld1ri538n"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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