guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: r-edger: Update to 4.0.16.


From: guix-commits
Subject: 03/10: gnu: r-edger: Update to 4.0.16.
Date: Mon, 26 Feb 2024 07:25:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 63622bf34ed5f940e3258c7935f5fb65bcc42ff8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 13:03:12 2024 +0100

    gnu: r-edger: Update to 4.0.16.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.16.
    
    Change-Id: I542bbe7f290a5282f76eea7b88f605f6fa714624
---
 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 c0b31b704b..9330b4835e 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.15")
+    (version "4.0.16")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "08fsb0h4kqm31ynrhxinmnwjyij1350v352411q11iv8v9sk4z48"))))
+                "0jflbh1wsszz98y0y294g69mm81fwwxfbhpi3kmdncin8bwf8ifi"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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