Merge pull request #260847 from r-ryantm/auto-update/python310Packages.anytree

python310Packages.anytree: 2.9.0 -> 2.10.0
This commit is contained in:
Weijia Wang 2023-10-28 03:04:06 +02:00 committed by GitHub
commit 5e071354ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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