Loading pkgs/development/python-modules/colorful/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "colorful"; version = "0.5.6"; version = "0.5.7"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "timofurrer"; repo = "colorful"; tag = "v${version}"; hash = "sha256-8rHJIsHiyfjmjlGiEyrzvEwKgi1kP4Njm731mlFDMIU="; hash = "sha256-iJ63Txn8wbZFlBrplTiHfkMfrCZfXxqlPRQgaMrwHCo="; }; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for terminal string styling"; homepage = "https://github.com/timofurrer/colorful"; changelog = "https://github.com/timofurrer/colorful/releases/tag/v${version}"; changelog = "https://github.com/timofurrer/colorful/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ kalbasit ]; }; Loading Loading
pkgs/development/python-modules/colorful/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "colorful"; version = "0.5.6"; version = "0.5.7"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "timofurrer"; repo = "colorful"; tag = "v${version}"; hash = "sha256-8rHJIsHiyfjmjlGiEyrzvEwKgi1kP4Njm731mlFDMIU="; hash = "sha256-iJ63Txn8wbZFlBrplTiHfkMfrCZfXxqlPRQgaMrwHCo="; }; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for terminal string styling"; homepage = "https://github.com/timofurrer/colorful"; changelog = "https://github.com/timofurrer/colorful/releases/tag/v${version}"; changelog = "https://github.com/timofurrer/colorful/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ kalbasit ]; }; Loading