python312Packages.graph-tool: 2.85 -> 2.91

This commit is contained in:
R. Ryantm
2025-02-23 20:14:11 +00:00
parent a400206df0
commit 64b4796bb6
@@ -32,12 +32,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.85";
version = "2.91";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-GX0JUz5G7gtLemwlY1prQvCxIxpuyclo+1LN68j2H9o=";
hash = "sha256-PIUOkrNe/dce8qvSbZ/lwCEuwqB5kPvnMjQI4Sej/QI=";
};
postPatch = ''