Merge pull request #334182 from mjoerg/graph-tool-2.77

python312Packages.graph-tool: 2.72 -> 2.77
This commit is contained in:
Pol Dellaiera 2024-08-14 10:02:31 +02:00 committed by GitHub
commit 4906b3a950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,
@ -99,6 +99,6 @@ buildPythonPackage rec {
homepage = "https://graph-tool.skewed.de";
changelog = "https://git.skewed.de/count0/graph-tool/commits/release-${version}";
license = lib.licenses.lgpl3Plus;
maintainers = [ ];
maintainers = [ lib.maintainers.mjoerg ];
};
}