python310Packages.graphviz: 0.20 -> 0.20.1

https://github.com/xflr6/graphviz/blob/0.20.1/CHANGES.rst
This commit is contained in:
Robert Schütz 2022-11-10 11:37:31 -08:00 committed by Robert Schütz
parent 6995b471b4
commit 7cb6229334

View file

@ -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 = [