guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: igraph: Update to 0.8.1.


From: guix-commits
Subject: 05/11: gnu: igraph: Update to 0.8.1.
Date: Sat, 28 Mar 2020 20:25:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c9dcdea0a9bd793afbd9f420ea02e2d55e9fc03
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 00:49:10 2020 +0100

    gnu: igraph: Update to 0.8.1.
    
    * gnu/packages/graph.scm (igraph): Update to 0.8.1.
---
 gnu/packages/graph.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index aa6ea16..436c184 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017, 2018, 2019, 2020 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Andreas Enge <address@hidden>
 ;;; Copyright © 2020 Alexander Krotov <address@hidden>
@@ -56,15 +56,14 @@
 (define-public igraph
   (package
     (name "igraph")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/igraph/igraph/releases/";
                            "download/" version "/igraph-" version ".tar.gz"))
        (sha256
-        (base32
-         "0jcnfvahrlj08y46vnax5y5bb294v4b9n00qsy7pbx0cc0sp6qvj"))))
+        (base32 "0wbvrac3ip3lqmbkckhnxa2swlbc86l1h8mazdlb618kx3winvi6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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