guix-commits
[Top][All Lists]
Advanced

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

29/53: gnu: r-gsva: Update to 1.50.5.


From: guix-commits
Subject: 29/53: gnu: r-gsva: Update to 1.50.5.
Date: Sun, 21 Apr 2024 07:49:11 -0400 (EDT)

rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.

commit 6ae8f02b77f40c5c766ff8163561e02a598032e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 19 12:28:33 2024 +0200

    gnu: r-gsva: Update to 1.50.5.
    
    * gnu/packages/bioconductor.scm (r-gsva): Update to 1.50.5.
    
    Change-Id: I18584e8766e8377f18321b4a4991edbbc933cbe2
---
 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 25f0bb8107..8811ce85eb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8221,13 +8221,13 @@ Enrichment Analysis} (GSEA).")
 (define-public r-gsva
   (package
     (name "r-gsva")
-    (version "1.50.2")
+    (version "1.50.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "GSVA" version))
               (sha256
                (base32
-                "1xgp311wh7ykvnk7nh5xik1kp2b2r08vx595znmzn28fc8rz62b1"))))
+                "0n1g376jfpmnlsjdbv23hb3jny03i84jmvhrcpz2rb5bbpfbm0al"))))
     (properties `((upstream-name . "GSVA")))
     (build-system r-build-system)
     (propagated-inputs (list r-biobase



reply via email to

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