lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pydot: 4.0.0 -> 4.0.1

https://github.com/pydot/pydot/blob/v4.0.1/ChangeLog

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/pydot/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pydot"; 17 - version = "4.0.0"; 17 + version = "4.0.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-EvFkkzN8reL3YxuHyMzSmbouJR8+5dBzKgWN8oh6/pc="; 24 + hash = "sha256-whSPaBxKM+CL8OJqnl+OQJmoLg4qBoCY8yzoZXc2StU="; 25 25 }; 26 26 27 27 build-system = [