guix-commits
[Top][All Lists]
Advanced

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

38/49: gnu: r-graph: Update to 1.52.0.


From: Ricardo Wurmus
Subject: 38/49: gnu: r-graph: Update to 1.52.0.
Date: Wed, 26 Oct 2016 07:29:06 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 3587b464fc10877d3d37253d1f0fb80773ce667e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 09:13:48 2016 +0200

    gnu: r-graph: Update to 1.52.0.
    
    * gnu/packages/bioinformatics.scm (r-graph): Update to 1.52.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 0987bff..2f86c2e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6655,13 +6655,13 @@ information about the latest version of the Gene 
Ontologies.")
 (define-public r-graph
   (package
     (name "r-graph")
-    (version "1.50.0")
+    (version "1.52.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "graph" version))
               (sha256
                (base32
-                "0ys5s19m5r30rlr0fnx2h0z2qw7n2xrad4l2yfb1bbrk8dwyf4pi"))))
+                "0g3dk5vsdp489fmyg8mifczmzgqrjlakkkr8i96dj15gghp3l135"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)))



reply via email to

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