guix-commits
[Top][All Lists]
Advanced

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

07/21: gnu: r-igraph: Update to 1.2.5.


From: guix-commits
Subject: 07/21: gnu: r-igraph: Update to 1.2.5.
Date: Tue, 24 Mar 2020 06:06:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d8dc2a7c1e19b4303d08976031a7ce37469c05e2
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Mar 24 10:31:46 2020 +0100

    gnu: r-igraph: Update to 1.2.5.
    
    * gnu/packages/graph.scm (r-igraph): Update to 1.2.5.
---
 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 ab2bf1d..aa6ea16 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -125,14 +125,14 @@ more.")
 (define-public r-igraph
   (package
     (name "r-igraph")
-    (version "1.2.4.2")
+    (version "1.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "igraph" version))
        (sha256
         (base32
-         "0scrbqb26pam8akblb4g9rkz888s0xffw3gcly78s4ijj67barxd"))))
+         "126z1ygbmi3g7hk97snf22rnx680dyi30idssm5zacba5rdngp8c"))))
     (build-system r-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)))



reply via email to

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