python3Packages.treelib: 1.7.1 -> 1.8.0

https://github.com/caesar0301/treelib/releases/tag/v1.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:32 +02:00
parent d1f7e12d7e
commit eb2774e162
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "treelib";
version = "1.7.1";
version = "1.8.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "caesar0301";
repo = "treelib";
tag = "v${version}";
hash = "sha256-+6Ur2hEhUxHccZLdWHCyCkdI6Zr/wGTBIIzzbpEEiSY=";
hash = "sha256-jvaZVy+FUcCcIdvWK6zFL8IBVH+hMiPMmv5shFXLo0k=";
};
propagatedBuildInputs = [ six ];