Unverified Commit 0bee032b authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

python312Packages.graph-tool: 2.96 -> 2.97 (#400318)

parents 64f1fb7d 808f94a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''