python312Packages.graph-tool: 2.77 -> 2.78

https://git.skewed.de/count0/graph-tool/-/compare/release-2.77...release-2.78
This commit is contained in:
Martin Joerg
2024-10-26 12:46:44 +00:00
parent 474d466910
commit 9b4723ddd9
@@ -34,12 +34,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.77";
version = "2.78";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-mu/6r1Uo836ZTxuIL3UdsKvuUz+H1FZY9Y3ZbEBK0LQ=";
hash = "sha256-gG9TWKRJISOowRIXI1/ROTIwrVwhxFtMOextXqN6KiU=";
};
# Remove error messages about tput during build process without adding ncurses,