guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: r-edger: Update to 4.0.6.


From: guix-commits
Subject: 01/05: gnu: r-edger: Update to 4.0.6.
Date: Thu, 11 Jan 2024 08:42:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6e21d78b32301da77daacd9ce63af547c233086b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 14:41:22 2024 +0100

    gnu: r-edger: Update to 4.0.6.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.6.
    
    Change-Id: Ic2163a951bdfcaf7c54144008ae698b32d5e59a2
---
 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 bc2ae42165..4d4cc704bb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7412,13 +7412,13 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "4.0.5")
+    (version "4.0.6")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "16cghh83v14jdq5n6xkm3jxj87n6l6zrxjgqdwb2ffgc26vkpb7w"))))
+                "0vksak7rv0agar0gplpj2fcp3183l3iyvbqjmx64c7dwpzjh3lb5"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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