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.

Changed files
+2 -2
pkgs
development
python-modules
treelib
+2 -2
pkgs/development/python-modules/treelib/default.nix
···
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 ];