guix-commits
[Top][All Lists]
Advanced

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

24/103: gnu: r-igraph: Update to 1.2.2.


From: Ricardo Wurmus
Subject: 24/103: gnu: r-igraph: Update to 1.2.2.
Date: Wed, 5 Sep 2018 14:03:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit eb251fe524127e5490b26e86a4c826bb6c79003c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 14:22:44 2018 +0200

    gnu: r-igraph: Update to 1.2.2.
    
    * gnu/packages/graph.scm (r-igraph): Update to 1.2.2.
---
 gnu/packages/graph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 998e4ea..3b222d6 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -98,14 +98,14 @@ more.")
 (define-public r-igraph
   (package
     (name "r-igraph")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "igraph" version))
        (sha256
         (base32
-         "1hcr6b1lz030lgay1bz8y8sxaf2j93ds8n8gsqr6qhssz141hd2m"))))
+         "1bggm7b8v3bh7q2589w26qvd7sgs69m4qiij7d0rbm0ykkgxm8lx"))))
     (build-system r-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)))



reply via email to

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