Merge pull request #323406 from mjoerg/graph-tool-2.71

python311Packages.graph-tool: 2.70 -> 2.71
This commit is contained in:
Pol Dellaiera 2024-06-29 20:35:50 +02:00 committed by GitHub
commit e8aa685f38
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.70";
version = "2.71";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-hohGgOnxP1nb8NfkDRYPJ08sx0EH8PxX7Rblk1PLlIk=";
hash = "sha256-MVeEEAxvc6fEmQatlTn9XGCOTNkcCv8ouNbYqL69A8U=";
};
# Remove error messages about tput during build process without adding ncurses,