python312Packages.graph-tool: 2.72 -> 2.77

https://git.skewed.de/count0/graph-tool/-/compare/release-2.72...release-2.77
This commit is contained in:
Martin Joerg 2024-08-12 16:42:33 +00:00
parent 19a16937f5
commit d95c4dc35c

View File

@ -34,12 +34,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.72";
version = "2.77";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-fInEzyauJPTjOU4XAR0TkIDbpAjli+rpzH++iztunHQ=";
hash = "sha256-mu/6r1Uo836ZTxuIL3UdsKvuUz+H1FZY9Y3ZbEBK0LQ=";
};
# Remove error messages about tput during build process without adding ncurses,