guix-commits
[Top][All Lists]
Advanced

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

209/289: gnu: r-deseq2: Update to 1.30.0.


From: guix-commits
Subject: 209/289: gnu: r-deseq2: Update to 1.30.0.
Date: Fri, 6 Nov 2020 18:05:06 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 2dc523c05f4d85fda6f319dafe4e085c541b82eb
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:57:39 2020 +0100

    gnu: r-deseq2: Update to 1.30.0.
    
    * gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.30.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d8287d9..c294ed5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6961,14 +6961,14 @@ high-throughput sequencing experiments.")
 (define-public r-deseq2
   (package
     (name "r-deseq2")
-    (version "1.28.1")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DESeq2" version))
        (sha256
         (base32
-         "0xh12c2skr0bbv893p05gvbismkcnqw8zwh7yz4wmycgajfzg2pp"))))
+         "0q2f9cywrcmp1p7ii8f45g4dk4hsnjflq3yqhsxgnpv9fw338qpp"))))
     (properties `((upstream-name . "DESeq2")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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