guix-commits
[Top][All Lists]
Advanced

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

118/215: gnu: r-graph: Update to 1.62.0.


From: guix-commits
Subject: 118/215: gnu: r-graph: Update to 1.62.0.
Date: Sun, 5 May 2019 18:15:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a61bcb28f74515f88bb9ea8b6f898fcf2cb9d3f3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:54:25 2019 +0200

    gnu: r-graph: Update to 1.62.0.
    
    * gnu/packages/bioconductor.scm (r-graph): Update to 1.62.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 613cd67..714dc14 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1105,13 +1105,13 @@ expressed genes in DNA microarray experiments.")
 (define-public r-graph
   (package
     (name "r-graph")
-    (version "1.60.0")
+    (version "1.62.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "graph" version))
               (sha256
                (base32
-                "1kgnsm6f0vmb9qbkmmrnvxbwqc0gar17dq5gv1v10hrksw6mh64i"))))
+                "0rs81a8kp7nfzsfy2d11mlrjf4z156075p52wvz9nvi3vc6l348w"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)))



reply via email to

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