python311Packages.graph-tool: 2.68 -> 2.70

https://git.skewed.de/count0/graph-tool/-/compare/release-2.68...release-2.70
This commit is contained in:
Martin Joerg 2024-06-16 11:28:05 +02:00
parent d1bb5e454d
commit 85a6d1ccc9

View File

@ -34,12 +34,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.68";
version = "2.70";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-jB+/R6yZVhU0iohxYVNHdD205MauRxMoohbj4a2T+rw=";
hash = "sha256-hohGgOnxP1nb8NfkDRYPJ08sx0EH8PxX7Rblk1PLlIk=";
};
# Remove error messages about tput during build process without adding ncurses,