diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 00:49:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 01:24:10 +0100 |
commit | 8c9dcdea0a9bd793afbd9f420ea02e2d55e9fc03 (patch) | |
tree | 51faa4fa94c6e7a684e224370bed93624900b9b8 /gnu/packages | |
parent | 1b36f758671bde77eeac34d3e3d2e846fa4723ad (diff) | |
download | guix-8c9dcdea0a9bd793afbd9f420ea02e2d55e9fc03.tar.gz guix-8c9dcdea0a9bd793afbd9f420ea02e2d55e9fc03.zip |
gnu: igraph: Update to 0.8.1.
* gnu/packages/graph.scm (igraph): Update to 0.8.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graph.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index aa6ea16ab3..436c18449d 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 <rekado@elephly.net> ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2020 Alexander Krotov <krotov@iitp.ru> @@ -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 |