guix-commits
[Top][All Lists]
Advanced

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

18/33: gnu: r-sigpathway: Update to 1.66.2.


From: guix-commits
Subject: 18/33: gnu: r-sigpathway: Update to 1.66.2.
Date: Wed, 15 Mar 2023 12:41:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0e1edb67aebccf04b7ed81f0232f66ae49d665e4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:31 2023 +0100

    gnu: r-sigpathway: Update to 1.66.2.
    
    * gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.66.2.
---
 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 541e770b00..2f91921dfb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11931,14 +11931,14 @@ the data set is suitable for such analysis.")
 (define-public r-sigpathway
   (package
     (name "r-sigpathway")
-    (version "1.66.1")
+    (version "1.66.2")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "sigPathway" version))
         (sha256
           (base32
-            "1ln1n4zwmjw1ils45vix93q3h19xlg4q894yhhxkphgyj0qcy00b"))))
+            "0k86hlz7zbbw7559bd2sl59pr441kihgwvg8nr75mj8d50n783sy"))))
     (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]