guix-commits
[Top][All Lists]
Advanced

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

19/112: gnu: r-gseabase: Update to 1.42.0.


From: Ricardo Wurmus
Subject: 19/112: gnu: r-gseabase: Update to 1.42.0.
Date: Sat, 2 Jun 2018 07:40:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f1094f50a798bc8966533c193ed290e5724e3f2c
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:46:02 2018 +0200

    gnu: r-gseabase: Update to 1.42.0.
    
    * gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.42.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 fca84dd..b549c32 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6382,14 +6382,14 @@ the graph algorithms contained in the Boost library.")
 (define-public r-gseabase
   (package
     (name "r-gseabase")
-    (version "1.40.1")
+    (version "1.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GSEABase" version))
        (sha256
         (base32
-         "10cmjxahg2plwacfan6g0k8cwyzya96ypc7m1r79gwqkyykxw5fz"))))
+         "11bv92svik399q677jv96b71i4bq68xxyxn1yijpdik2lq4hgl7a"))))
     (properties `((upstream-name . "GSEABase")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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