guix-commits
[Top][All Lists]
Advanced

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

167/215: gnu: r-sigpathway: Update to 1.52.0.


From: guix-commits
Subject: 167/215: gnu: r-sigpathway: Update to 1.52.0.
Date: Sun, 5 May 2019 18:16:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3e5ee6f69f6d0df37310b0df0804bd1648986a9a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:02:25 2019 +0200

    gnu: r-sigpathway: Update to 1.52.0.
    
    * gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.52.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 e5f9ea8..62965e9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2832,14 +2832,14 @@ the data set is suitable for such analysis.")
 (define-public r-sigpathway
   (package
     (name "r-sigpathway")
-    (version "1.50.0")
+    (version "1.52.0")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "sigPathway" version))
         (sha256
           (base32
-            "0pygrla2q2151981gshzv51jnj60h1df3vby5gsxqvxn2pdr4bv3"))))
+            "1mc4lb78rcmpihzjiy4w738cbalw5zxms30z8kyy12s6vbxi6hx7"))))
     (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]