python3Packages.colorful: 0.5.6 -> 0.5.7 (#423773)

authored by Weijia Wang and committed by GitHub b2261220 96e3394f

+3 -3
+3 -3
pkgs/development/python-modules/colorful/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "colorful"; 11 - version = "0.5.6"; 11 + version = "0.5.7"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "timofurrer"; 18 18 repo = "colorful"; 19 19 tag = "v${version}"; 20 - hash = "sha256-8rHJIsHiyfjmjlGiEyrzvEwKgi1kP4Njm731mlFDMIU="; 20 + hash = "sha256-iJ63Txn8wbZFlBrplTiHfkMfrCZfXxqlPRQgaMrwHCo="; 21 21 }; 22 22 23 23 nativeCheckInputs = [ pytestCheckHook ]; ··· 27 27 meta = with lib; { 28 28 description = "Library for terminal string styling"; 29 29 homepage = "https://github.com/timofurrer/colorful"; 30 - changelog = "https://github.com/timofurrer/colorful/releases/tag/v${version}"; 30 + changelog = "https://github.com/timofurrer/colorful/releases/tag/${src.tag}"; 31 31 license = licenses.mit; 32 32 maintainers = with maintainers; [ kalbasit ]; 33 33 };