guix-commits
[Top][All Lists]
Advanced

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

12/55: gnu: r-igraph: Update to 1.2.1.


From: Ricardo Wurmus
Subject: 12/55: gnu: r-igraph: Update to 1.2.1.
Date: Sat, 21 Apr 2018 17:08:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8cf7b28ffef6ef59c8733f5e186e65967a83af3d
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 21 08:33:33 2018 +0200

    gnu: r-igraph: Update to 1.2.1.
    
    * gnu/packages/graph.scm (r-igraph): Update to 1.2.1.
    [inputs]: Add glpk and zlib.
    [propagated-inputs]: Remove r-irlba.
---
 gnu/packages/graph.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 74fbe9e..a9ee949 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -98,23 +98,24 @@ more.")
 (define-public r-igraph
   (package
     (name "r-igraph")
-    (version "1.1.2")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "igraph" version))
        (sha256
         (base32
-         "1v26wyk52snh8z6m5p7yqwcd9dbqifhm57j112i9x53ppi0npcc9"))))
+         "1hcr6b1lz030lgay1bz8y8sxaf2j93ds8n8gsqr6qhssz141hd2m"))))
     (build-system r-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)))
     (inputs
      `(("gmp" ,gmp)
-       ("libxml2" ,libxml2)))
+       ("glpk" ,glpk)
+       ("libxml2" ,libxml2)
+       ("zlib" ,zlib)))
     (propagated-inputs
-     `(("r-irlba" ,r-irlba)
-       ("r-magrittr" ,r-magrittr)
+     `(("r-magrittr" ,r-magrittr)
        ("r-matrix" ,r-matrix)
        ("r-pkgconfig" ,r-pkgconfig)))
     (home-page "http://igraph.org";)



reply via email to

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