guix-commits
[Top][All Lists]
Advanced

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

163/265: gnu: r-gseabase: Update to 1.48.0.


From: guix-commits
Subject: 163/265: gnu: r-gseabase: Update to 1.48.0.
Date: Sun, 15 Dec 2019 09:40:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d2661841be8f58ef70dbf57b5ac53562e71a4e06
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:16:29 2019 +0100

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



reply via email to

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