guix-commits
[Top][All Lists]
Advanced

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

171/324: gnu: r-sigpathway: Update to 1.60.0.


From: guix-commits
Subject: 171/324: gnu: r-sigpathway: Update to 1.60.0.
Date: Sat, 5 Jun 2021 03:15:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1bfe5c274f8f1fedaad1b3690c7e0a14bb380e89
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:57 2021 +0200

    gnu: r-sigpathway: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.60.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 067a3c1..59176f5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7073,14 +7073,14 @@ the data set is suitable for such analysis.")
 (define-public r-sigpathway
   (package
     (name "r-sigpathway")
-    (version "1.58.0")
+    (version "1.60.0")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "sigPathway" version))
         (sha256
           (base32
-            "1fkw0ss471pllqxyjyif5lr35cr8sqpx31x0ccjp85lm3blws72l"))))
+            "1xz5nbw5dzyah8az7mpwj8m27fsvpi2jjhfg3n27dsv8rvdncqi8"))))
     (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]