guix-commits
[Top][All Lists]
Advanced

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

47/89: gnu: r-graph: Update to 1.56.0.


From: Ricardo Wurmus
Subject: 47/89: gnu: r-graph: Update to 1.56.0.
Date: Tue, 7 Nov 2017 02:44:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit aeb73879f64561ad6e666dc45d48c4332dcf544a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:40:26 2017 +0100

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



reply via email to

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