Unverified Commit 9447857e authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.pygraphviz: 1.13 -> 1.14 (#346231)

parents 7d7631e4 2ec2a191
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "pygraphviz";
  version = "1.13";
  version = "1.14";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "pygraphviz";
    repo = "pygraphviz";
    rev = "refs/tags/pygraphviz-${version}";
    hash = "sha256-/H7eHgs3jtbgat8//1Y1S3iV5s0UBKW+J+zK+f8qGqI=";
    hash = "sha256-RyUmT2djj2GnVG82xO9HULMAJZb2LYMUGDRvCwaYBg8=";
  };

  patches = [