summaryrefslogtreecommitdiff
path: root/gnu/packages/graph.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-04-14 22:57:06 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-04-14 22:57:06 +0300
commitd6a5bdf000cae8e9dbb502825e1c36c4a2bbcca1 (patch)
tree05d9896f077a43b546e9b09bfa5bb52fac244971 /gnu/packages/graph.scm
parent7034746e15c1ef1fac507f59e270b99e3e6c482c (diff)
downloadguix-patches-d6a5bdf000cae8e9dbb502825e1c36c4a2bbcca1.tar
guix-patches-d6a5bdf000cae8e9dbb502825e1c36c4a2bbcca1.tar.gz
gnu: igraph: Update to 0.9.8.
* gnu/packages/graph.scm (igraph): Update to 0.9.8.
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r--gnu/packages/graph.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 4b46904318..7a2d056562 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2017, 2018, 2019, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2020 Alexander Krotov <krotov@iitp.ru>
;;; Copyright © 2020 Pierre Langlois <pierre.langlos@gmx.com>
@@ -91,7 +91,7 @@ distributions in empirical data. SIAM Review 51, 661-703 (2009)}).")
(define-public igraph
(package
(name "igraph")
- (version "0.9.6")
+ (version "0.9.8")
(source
(origin
(method url-fetch)
@@ -116,7 +116,7 @@ distributions in empirical data. SIAM Review 51, 661-703 (2009)}).")
((".*_IS_VENDORED.*")
""))))
(sha256
- (base32 "11zkj9bpqcadb0rc4ahvjp9047dp9hna8cn3b0vl3zpc9v2rwabw"))))
+ (base32 "15v3ydq95gahnas37cip637hvc2nwrmk76xp0nv3gq53rrrk9a7r"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")))