Commit 7cb62293 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

python310Packages.graphviz: 0.20 -> 0.20.1

parent 6995b471
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "graphviz";
  version = "0.20";
  version = "0.20.1";

  disabled = pythonOlder "3.7";

@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "xflr6";
    repo = "graphviz";
    rev = version;
    hash = "sha256-QyZwXxRbcMushxh/Ypy+v4FOTM4H1u5b7IZMSVgLyEs=";
    hash = "sha256-plhWG9mE9DoTMg7mWCvFLAgtBx01LAgJ0gQ/mqBU3yc=";
  };

  patches = [