guix-commits
[Top][All Lists]
Advanced

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

59/79: gnu: r-edger: Update to 3.42.2.


From: guix-commits
Subject: 59/79: gnu: r-edger: Update to 3.42.2.
Date: Tue, 9 May 2023 09:27:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 56524dc46504039deef3b325635d28d90ddce0e1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:54 2023 +0200

    gnu: r-edger: Update to 3.42.2.
    
    * gnu/packages/bioconductor.scm (r-edger): Update to 3.42.2.
---
 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 bd3bfce4ed..fe2fc8f5dd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6564,13 +6564,13 @@ global-scaling and full-quantile normalization.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.42.0")
+    (version "3.42.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "06c8gy2k1mc92w4gfhw8036f6yx105h6g4walc5w159qjcfan827"))))
+                "1vss3n2m12vf6wcspfly394b8g3mfbwkkw8ihz8nqpc2iqs399rj"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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