nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

+2 -2
+2 -2
pkgs/development/python-modules/treelib/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "treelib"; 11 - version = "1.7.1"; 11 + version = "1.8.0"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "caesar0301"; 16 16 repo = "treelib"; 17 17 tag = "v${version}"; 18 - hash = "sha256-+6Ur2hEhUxHccZLdWHCyCkdI6Zr/wGTBIIzzbpEEiSY="; 18 + hash = "sha256-jvaZVy+FUcCcIdvWK6zFL8IBVH+hMiPMmv5shFXLo0k="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ six ];