guix-commits
[Top][All Lists]
Advanced

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

73/215: gnu: r-edaseq: Update to 2.18.0.


From: guix-commits
Subject: 73/215: gnu: r-edaseq: Update to 2.18.0.
Date: Sun, 5 May 2019 18:15:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 975b72fa10ff54d0d7ca4103ca05844c00aff8ca
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:40:55 2019 +0200

    gnu: r-edaseq: Update to 2.18.0.
    
    * gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.18.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 b941450..4657598 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9561,14 +9561,14 @@ distribution.")
 (define-public r-edaseq
   (package
     (name "r-edaseq")
-    (version "2.16.3")
+    (version "2.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "EDASeq" version))
        (sha256
         (base32
-         "0559ph606ps2g9bwbl0a2knkcs5w581n9igngpjxvk5p56k24gb5"))))
+         "0mmc9bij17w4mfwcc566zbj5fvqgl8gfqs0qvj6ri4mbcql9jxb3"))))
     (properties `((upstream-name . "EDASeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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