0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.graph-tool: 2.96 -> 2.97

This commit is contained in:
R. Ryantm 2025-04-20 10:29:52 +00:00
parent f315f1ad9d
commit 808f94a757

View file

@ -32,12 +32,12 @@ let
in
buildPythonPackage rec {
pname = "graph-tool";
version = "2.96";
version = "2.97";
format = "other";
src = fetchurl {
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
hash = "sha256-kNW09I/5U2kwKFOCWRdsedoXtIdnZhg9Bjy1GOw1rVc=";
hash = "sha256-Yt2PuLuvvv4iNcv6UHzr5lTwFkReVtVO/znSADkxjKU=";
};
postPatch = ''