8 buildPythonApplication rec {
14 src = fetchFromGitHub {
15 owner = "manolomartinez";
18 sha256 = "sha256-o4+tXVJTgT52JyJOC+Glr2cvZjbTaZL8TIsmz+A4vE4=";
21 propagatedBuildInputs = [
27 homepage = "https://github.com/manolomartinez/greg";
28 description = "Command-line podcast aggregator";
30 license = licenses.gpl3;
31 maintainers = with maintainers; [ edwtjo ];