mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: igraph: Update to 0.9.8.
* gnu/packages/graph.scm (igraph): Update to 0.9.8.
This commit is contained in:
parent
7034746e15
commit
d6a5bdf000
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
;;; Copyright © 2017, 2018, 2019, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017, 2018, 2019, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
|
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
|
||||||
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; 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 © 2019 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2020 Alexander Krotov <krotov@iitp.ru>
|
;;; Copyright © 2020 Alexander Krotov <krotov@iitp.ru>
|
||||||
;;; Copyright © 2020 Pierre Langlois <pierre.langlos@gmx.com>
|
;;; Copyright © 2020 Pierre Langlois <pierre.langlos@gmx.com>
|
||||||
|
@ -91,7 +91,7 @@ (define-public plfit
|
||||||
(define-public igraph
|
(define-public igraph
|
||||||
(package
|
(package
|
||||||
(name "igraph")
|
(name "igraph")
|
||||||
(version "0.9.6")
|
(version "0.9.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -116,7 +116,7 @@ (define-public igraph
|
||||||
((".*_IS_VENDORED.*")
|
((".*_IS_VENDORED.*")
|
||||||
""))))
|
""))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11zkj9bpqcadb0rc4ahvjp9047dp9hna8cn3b0vl3zpc9v2rwabw"))))
|
(base32 "15v3ydq95gahnas37cip637hvc2nwrmk76xp0nv3gq53rrrk9a7r"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")))
|
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")))
|
||||||
|
|
Loading…
Reference in a new issue