guix-commits
[Top][All Lists]
Advanced

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

242/449: gnu: r-sigpathway: Update to 1.66.0.


From: guix-commits
Subject: 242/449: gnu: r-sigpathway: Update to 1.66.0.
Date: Tue, 22 Nov 2022 15:47:32 -0500 (EST)

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

commit a1e9b84f04bb493457239890653dba952e2b55ed
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:20 2022 +0100

    gnu: r-sigpathway: Update to 1.66.0.
    
    * gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.66.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 00e0fc380f..e0e2ee324c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10335,14 +10335,14 @@ the data set is suitable for such analysis.")
 (define-public r-sigpathway
   (package
     (name "r-sigpathway")
-    (version "1.64.0")
+    (version "1.66.0")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "sigPathway" version))
         (sha256
           (base32
-            "1c2kwhbxgf66az7ssm2mab9n5x59zy4kxq8vblz5r9636xqaysif"))))
+            "0vb6v61ak8z3hx7d65lr1hrxk89n36j0zi3x0pp828khdyh3zvag"))))
     (properties `((upstream-name . "sigPathway")))
     (build-system r-build-system)
     (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102";)



reply via email to

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