guix-commits
[Top][All Lists]
Advanced

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

252/265: gnu: r-sigpathway: Update to 1.54.0.


From: guix-commits
Subject: 252/265: gnu: r-sigpathway: Update to 1.54.0.
Date: Sun, 15 Dec 2019 09:40:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 869965df1c9ccfe89706fe2861ab396b231434a4
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:36:16 2019 +0100

    gnu: r-sigpathway: Update to 1.54.0.
    
    * gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.54.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 9d9077a..adce05e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3273,14 +3273,14 @@ the data set is suitable for such analysis.")
 (define-public r-sigpathway
   (package
     (name "r-sigpathway")
-    (version "1.52.0")
+    (version "1.54.0")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "sigPathway" version))
         (sha256
           (base32
-            "1mc4lb78rcmpihzjiy4w738cbalw5zxms30z8kyy12s6vbxi6hx7"))))
+            "057qdkbfldpy6hsysk9mrs1vvsqgyl9yx2s6c2f26jz1pardkbqb"))))
     (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]