python312Packages.graph-tool: 2.96 -> 2.97 (#400318)

This commit is contained in:
StepBroBD
2025-04-22 21:20:26 -04:00
committed by GitHub

View File

@@ -32,12 +32,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.96";
version = "2.97";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-kNW09I/5U2kwKFOCWRdsedoXtIdnZhg9Bjy1GOw1rVc=";
hash = "sha256-Yt2PuLuvvv4iNcv6UHzr5lTwFkReVtVO/znSADkxjKU=";
};
postPatch = ''