guix-commits
[Top][All Lists]
Advanced

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

48/53: gnu: r-ggm: Update to 2.5.


From: guix-commits
Subject: 48/53: gnu: r-ggm: Update to 2.5.
Date: Sat, 22 Feb 2020 14:46:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 20639438e346efe497ace4874513e2c0badd5b1e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 13:53:15 2020 +0100

    gnu: r-ggm: Update to 2.5.
    
    * gnu/packages/cran.scm (r-ggm): Update to 2.5.
    [propagated-inputs]: Add r-graph.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9c9fd69..c7867f3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19971,18 +19971,19 @@ on a continuous-time birth-death process.")
 (define-public r-ggm
   (package
     (name "r-ggm")
-    (version "2.3")
+    (version "2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggm" version))
        (sha256
         (base32
-         "1n4y459x2i0jil8chjjqqjs28a8pzfxrws2fcjkg3il7zy0zwbw3"))))
+         "11wc6k2kj2ydy0dyks5mbvbhxm1r43id87anl1jg6dn0yv4m78di"))))
     (properties `((upstream-name . "ggm")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-igraph" ,r-igraph)))
+     `(("r-graph" ,r-graph)
+       ("r-igraph" ,r-igraph)))
     (home-page "https://cran.r-project.org/package=ggm";)
     (synopsis "Functions for graphical Markov models")
     (description



reply via email to

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