guix-commits
[Top][All Lists]
Advanced

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

25/103: gnu: r-edaseq: Update to 2.14.1.


From: Ricardo Wurmus
Subject: 25/103: gnu: r-edaseq: Update to 2.14.1.
Date: Wed, 5 Sep 2018 14:03:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3c553046888943842d953012759aacde255c4e0c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 14:27:26 2018 +0200

    gnu: r-edaseq: Update to 2.14.1.
    
    * gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.14.1.
---
 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 c29122b..0860d85 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9822,14 +9822,14 @@ distribution.")
 (define-public r-edaseq
   (package
     (name "r-edaseq")
-    (version "2.14.0")
+    (version "2.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "EDASeq" version))
        (sha256
         (base32
-         "1832pb3jkim4vrqzb8lajwx9r482bhww5n9nz3s6crvyamlp2dj0"))))
+         "0970w9d5ddqw1qxqqafdidkxh6hmcv9j5djwgnpz3fgl05kmysg8"))))
     (properties `((upstream-name . "EDASeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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