guix-commits
[Top][All Lists]
Advanced

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

37/63: gnu: r-graph: Update to 1.54.0.


From: Roel Janssen
Subject: 37/63: gnu: r-graph: Update to 1.54.0.
Date: Fri, 28 Apr 2017 05:06:04 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 56373771b30d93c53e117e76c81f594a39c0a370
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 10:44:14 2017 +0200

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



reply via email to

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