guix-commits
[Top][All Lists]
Advanced

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

38/265: gnu: r-graph: Update to 1.64.0.


From: guix-commits
Subject: 38/265: gnu: r-graph: Update to 1.64.0.
Date: Sun, 15 Dec 2019 09:39:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 70eb483a28973b9795217d7c0932db1650319828
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:33:25 2019 +0100

    gnu: r-graph: Update to 1.64.0.
    
    * gnu/packages/bioconductor.scm (r-graph): Update to 1.64.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 2812ef0..944613a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1425,13 +1425,13 @@ expressed genes in DNA microarray experiments.")
 (define-public r-graph
   (package
     (name "r-graph")
-    (version "1.62.0")
+    (version "1.64.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "graph" version))
               (sha256
                (base32
-                "0rs81a8kp7nfzsfy2d11mlrjf4z156075p52wvz9nvi3vc6l348w"))))
+                "1ivf59k7k552m7zd8g3wwazd71dq3xmgmhcq435738i02h0fqnyc"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)))



reply via email to

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