guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: igraph: Update to 0.8.0.


From: guix-commits
Subject: 01/03: gnu: igraph: Update to 0.8.0.
Date: Mon, 24 Feb 2020 13:29:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 06b13f51f8efd9955f0e36a9dec6ad958fd48e6d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Feb 24 14:10:49 2020 +0100

    gnu: igraph: Update to 0.8.0.
    
    * gnu/packages/graph.scm (igraph): Update to 0.8.0.
---
 gnu/packages/graph.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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



reply via email to

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