guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: r-graph: Update to 1.50.0.


From: Ricardo Wurmus
Subject: 07/15: gnu: r-graph: Update to 1.50.0.
Date: Mon, 16 May 2016 19:00:20 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 0c56023557ebebcef662dddddef5843947bab656
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 10 12:01:09 2016 +0200

    gnu: r-graph: Update to 1.50.0.
    
    * gnu/packages/bioinformatics.scm (r-graph): Update to 1.50.0.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 56e80c8..080787a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4582,13 +4582,13 @@ information about the latest version of the Gene 
Ontologies.")
 (define-public r-graph
   (package
     (name "r-graph")
-    (version "1.48.0")
+    (version "1.50.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "graph" version))
               (sha256
                (base32
-                "16w75rji3kv24gfv44w66y1a2y75ax26rl470y3ypna0ndc3rrcd"))))
+                "0ys5s19m5r30rlr0fnx2h0z2qw7n2xrad4l2yfb1bbrk8dwyf4pi"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)))



reply via email to

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