guix-commits
[Top][All Lists]
Advanced

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

251/265: gnu: r-fgsea: Update to 1.12.0.


From: guix-commits
Subject: 251/265: gnu: r-fgsea: Update to 1.12.0.
Date: Sun, 15 Dec 2019 09:40:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b4e1268c7b14bf0aaf5b479920076c4a378475c4
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:36:09 2019 +0100

    gnu: r-fgsea: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-fgsea): Update to 1.12.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 37a22b6..9d9077a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3295,14 +3295,14 @@ phenotype of interest.")
 (define-public r-fgsea
   (package
     (name "r-fgsea")
-    (version "1.10.1")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fgsea" version))
        (sha256
         (base32
-         "1k2f9hkp1mvc9fpqzhbf08jd0yg4xaa312v9vy37fxd9pyrwp5a6"))))
+         "0pbq3g515kcbi4wvfx8m09p01h2f8vwsi1qqsyahxz4r1fasz4c1"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bh" ,r-bh)



reply via email to

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