diff --git a/build/pkgs/igraph/checksums.ini b/build/pkgs/igraph/checksums.ini index 62eafa1aec9..d82c4789be7 100644 --- a/build/pkgs/igraph/checksums.ini +++ b/build/pkgs/igraph/checksums.ini @@ -1,4 +1,4 @@ tarball=igraph-VERSION.tar.gz -sha1=3789f61beac1f1231f8c3832102dcb2720f2a0c9 -sha256=b011f7f9f38a3e59924cc9ff652e6d33105fa03fcaf3792f47d752626a0a4625 +sha1=af74e361167bd790ed2fcc248acd21ec946ddb2a +sha256=03ba01db0544c4e32e51ab66f2356a034394533f61b4e14d769b9bbf5ad5e52c upstream_url=https://github.com/igraph/igraph/releases/download/VERSION/igraph-VERSION.tar.gz diff --git a/build/pkgs/igraph/package-version.txt b/build/pkgs/igraph/package-version.txt index 70016a7c6ad..ba788384c38 100644 --- a/build/pkgs/igraph/package-version.txt +++ b/build/pkgs/igraph/package-version.txt @@ -1 +1 @@ -0.10.12 +0.10.15 diff --git a/build/pkgs/igraph/spkg-configure.m4 b/build/pkgs/igraph/spkg-configure.m4 index 0072f6ea6bc..ee220dd39fd 100644 --- a/build/pkgs/igraph/spkg-configure.m4 +++ b/build/pkgs/igraph/spkg-configure.m4 @@ -3,7 +3,7 @@ SAGE_SPKG_CONFIGURE([igraph], [ dnl check for igraph with pkg-config dnl Per upstream in https://github.com/sagemath/sage/pull/36750#issuecomment-1826998762: dnl each python-igraph release is only guaranteed to be compatible with the same C/igraph that it bundles - PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.10.12 igraph < 0.10.13], [], [ + PKG_CHECK_MODULES([IGRAPH], [igraph >= 0.10.14 igraph < 0.10.16], [], [ sage_spkg_install_igraph=yes]) ]) ]) diff --git a/build/pkgs/python_igraph/checksums.ini b/build/pkgs/python_igraph/checksums.ini index f7e3d8bff22..74b1d04cb5b 100644 --- a/build/pkgs/python_igraph/checksums.ini +++ b/build/pkgs/python_igraph/checksums.ini @@ -1,4 +1,4 @@ tarball=python-igraph-VERSION.tar.gz -sha1=da963213ab22c60938d4e77ffab811875ee43a8a -sha256=2d71d645a4c3344c5910543fabbae10d3163f46a3e824ba7753c14b9036b8233 +sha1=19b52531169f200ff60f2cb8245eaa9e277c6c13 +sha256=d7dc1404567ba3b0ea1bf8b5fa6e101617915c8ad11ea5a9f925a40bf4adad7d upstream_url=https://files.pythonhosted.org/packages/source/i/igraph/igraph-VERSION.tar.gz diff --git a/build/pkgs/python_igraph/package-version.txt b/build/pkgs/python_igraph/package-version.txt index 62d5dbdf3c7..1ee43fc53c1 100644 --- a/build/pkgs/python_igraph/package-version.txt +++ b/build/pkgs/python_igraph/package-version.txt @@ -1 +1 @@ -0.11.5 +0.11.8