guix-commits
[Top][All Lists]
Advanced

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

172/324: gnu: r-fgsea: Update to 1.18.0.


From: guix-commits
Subject: 172/324: gnu: r-fgsea: Update to 1.18.0.
Date: Sat, 5 Jun 2021 03:15:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c8bec0d962c68ad739df040ee0cbedee34ea5a6d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:58 2021 +0200

    gnu: r-fgsea: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-fgsea): Update to 1.18.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 59176f5..e0ae893 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7095,14 +7095,14 @@ phenotype of interest.")
 (define-public r-fgsea
   (package
     (name "r-fgsea")
-    (version "1.16.0")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fgsea" version))
        (sha256
         (base32
-         "0jmkkayabx3m0lyyc2mxd4vdvv7gv7fbk1r884gplnf2zgsx068n"))))
+         "1mhdgy46nxgv7v54bk9bqfy0vgjzl1law7zy718swdd762xn6g9d"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bh" ,r-bh)



reply via email to

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