guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: r-edger: Update to 4.0.12.


From: guix-commits
Subject: 03/07: gnu: r-edger: Update to 4.0.12.
Date: Tue, 30 Jan 2024 11:00:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ca6e4320896d14b1fdb1ac01a9b52cb9807fd6d0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 16:59:51 2024 +0100

    gnu: r-edger: Update to 4.0.12.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.12.
    
    Change-Id: If99f10f80fb7c085863d2da79cfce2b94af71543
---
 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 9a18b10628..47f1c19882 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.11")
+    (version "4.0.12")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "15m4rxvdy3r9cgf9k9q3xhig60mph9pjbmdk0g3k6liaahwmmj0p"))))
+                "01q6fc1ivqfwzmhz8f0yhaxcjv692ckvxabmg24sgzrk7qcd52cj"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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