Unverified Commit 212356d7 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #310397 from r-ryantm/auto-update/python311Packages.igraph

python311Packages.igraph: 0.11.4 -> 0.11.5
parents 397ddf55 bb420383
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "igraph";
  version = "0.11.4";
  version = "0.11.5";

  disabled = pythonOlder "3.8";

@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "igraph";
    repo = "python-igraph";
    rev = "refs/tags/${version}";
    hash = "sha256-sR9OqsBxP2DvcYz1dhIP29rrQ56CRKW02oNAXUNttio=";
    hash = "sha256-nfXCAjTKxtslVk17h60+v/JQusQTmaTRCPvvFG4/OPk=";
  };

  postPatch = ''