python: anytree: 2.7.3 -> 2.8.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:46:57 +02:00
parent ea058a5220
commit e2af1da630
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "anytree";
version = "2.7.3";
version = "2.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "05736hamjv4f38jw6z9y4wckc7mz18ivbizm1s3pb0n6fp1sy4zk";
sha256 = "3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab";
};
patches = lib.optionals withGraphviz [