python310Packages.anytree: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm
2023-10-13 07:59:01 +00:00
parent 1d6eb597f3
commit 6b92b6d632
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "anytree";
version = "2.9.0";
version = "2.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "c0fec0de";
repo = "anytree";
rev = "refs/tags/${version}";
hash = "sha256-e7mmOOvrZuMCcyUg74YLLXGzkb5nCtuYmhNzAbY65gg=";
hash = "sha256-9rxrHZBlQarfpYQvo6bJPGF+cdSROlwq+8TjXI18HDs=";
};
patches = lib.optionals withGraphviz [