guix-commits
[Top][All Lists]
Advanced

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

20/215: gnu: r-gseabase: Update to 1.46.0.


From: guix-commits
Subject: 20/215: gnu: r-gseabase: Update to 1.46.0.
Date: Sun, 5 May 2019 18:15:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 08d2a26d4751efacd2c73938619a64ba094eb6c4
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:27:30 2019 +0200

    gnu: r-gseabase: Update to 1.46.0.
    
    * gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.46.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 0f035dc..f4916a8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6813,14 +6813,14 @@ the graph algorithms contained in the Boost library.")
 (define-public r-gseabase
   (package
     (name "r-gseabase")
-    (version "1.44.0")
+    (version "1.46.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GSEABase" version))
        (sha256
         (base32
-         "110al7x0ig8plzrprvhwc7xshi1jzpj2n8llhhg2fh6v6k0k6awr"))))
+         "0vh53xk2prjbdkbr3hwfiflx1gh7ilrqs3j1p3lyd6syy3rn9n83"))))
     (properties `((upstream-name . "GSEABase")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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