guix-commits
[Top][All Lists]
Advanced

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

164/353: gnu: r-fgsea: Update to 1.20.0.


From: guix-commits
Subject: 164/353: gnu: r-fgsea: Update to 1.20.0.
Date: Thu, 4 Nov 2021 18:14:29 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 1ba28fae7384e0514755f8bbf82ef1d7866daa98
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:21 2021 +0000

    gnu: r-fgsea: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-fgsea): Update to 1.20.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 184d84c..fe4c42a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7387,14 +7387,14 @@ presence of additional sites within the allowed window 
size.")
 (define-public r-fgsea
   (package
     (name "r-fgsea")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fgsea" version))
        (sha256
         (base32
-         "1mhdgy46nxgv7v54bk9bqfy0vgjzl1law7zy718swdd762xn6g9d"))))
+         "10flcdm4b1kxnsvhl4k6mwkzb1vbai33k291j8nsrhj2cl5l8gm9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bh" ,r-bh)



reply via email to

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