9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-U6qycLnldwNze3XMAn6DS3XGX4RaCZgW0pH/y/FEAkk=";
30 pythonImportsCheck = [ "ochre" ];
33 description = "A down-to-earth approach to colors";
34 homepage = "https://github.com/getcuia/ochre";
35 changelog = "https://github.com/getcuia/ochre/releases/tag/${src.rev}";
36 license = licenses.mit;
37 maintainers = with maintainers; [ figsoda ];