guix-commits
[Top][All Lists]
Advanced

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

45/47: gnu: r-fgsea: Update to 1.10.1.


From: guix-commits
Subject: 45/47: gnu: r-fgsea: Update to 1.10.1.
Date: Mon, 2 Sep 2019 08:41:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9b275285e9d391abcbc6757172eb7d3704e75cd3
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:39:45 2019 +0200

    gnu: r-fgsea: Update to 1.10.1.
    
    * gnu/packages/bioconductor.scm (r-fgsea): Update to 1.10.1.
---
 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 a416dbc..03c2d8e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2999,14 +2999,14 @@ phenotype of interest.")
 (define-public r-fgsea
   (package
     (name "r-fgsea")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fgsea" version))
        (sha256
         (base32
-         "07mvv1i690q80fm8sxgdqxchamn76409vn91ppgcck2xpi6b8q6c"))))
+         "1k2f9hkp1mvc9fpqzhbf08jd0yg4xaa312v9vy37fxd9pyrwp5a6"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bh" ,r-bh)



reply via email to

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