python3Packages.graph-tool: 2.97 -> 2.98 (#439040)

This commit is contained in:
Yohann Boniface
2025-09-01 12:12:57 +02:00
committed by GitHub
@@ -32,12 +32,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.97";
version = "2.98";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-Yt2PuLuvvv4iNcv6UHzr5lTwFkReVtVO/znSADkxjKU=";
hash = "sha256-7vGUi5N/XwQ3Se7nX+DG1+jwNlUdlF6dVeN4cLBsxSc=";
};
postPatch = ''