diff options
author | Greg Hogan <code@greghogan.com> | 2025-04-18 14:41:30 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-05-13 16:35:40 +0000 |
commit | 365d1ed9082fb995604ae60686b08ef19108fdc6 (patch) | |
tree | 0933eb67f0cd0fb0a6de8a4731148a6bf37528a7 /gnu/packages/graph.scm | |
parent | c6aaffba1c766d67cac28c47682952fb3ec095e5 (diff) |
gnu: igraph: Update to 0.10.15.
* gnu/packages/graph.scm (igraph): Update to 0.10.15.
[source]: Remove patches.
* gnu/packages/patches/igraph-fix-varargs-integer-size.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
Change-Id: Iffbfdc83b347f9abf82891f5b97954903d3df3dd
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index ab8594eefb..9458f9d332 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -106,7 +106,7 @@ distributions in empirical data. SIAM Review 51, 661-703 (2009)}).") (define-public igraph (package (name "igraph") - (version "0.10.7") + (version "0.10.15") (source (origin (method git-fetch) @@ -114,7 +114,6 @@ distributions in empirical data. SIAM Review 51, 661-703 (2009)}).") (url "https://github.com/igraph/igraph") (commit version))) (file-name (git-file-name name version)) - (patches (search-patches "igraph-fix-varargs-integer-size.patch")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-26))) @@ -136,7 +135,7 @@ distributions in empirical data. SIAM Review 51, 661-703 (2009)}).") (("add_sub.*vendor.*") "")))) (sha256 (base32 - "025f9c2jsawniqkig4l5z3v9aw3ipazmnlsf80b653mns5bvj1yn")))) + "0z9jqvl65j4z6brrjlfyykba2bs10az6dx6m8g41snlfnx21a82d")))) (build-system cmake-build-system) (arguments (list |