quisk: 4.2.17 -> 4.2.22

kashw2 7f43fba4 05a5bbc7

+3 -3
+3 -3
pkgs/applications/radio/quisk/default.nix
··· 8 9 python3.pkgs.buildPythonApplication rec { 10 pname = "quisk"; 11 - version = "4.2.17"; 12 13 src = fetchPypi { 14 inherit pname version; 15 - sha256 = "sha256-eF/3++wRG0JulVTT+GvtqleBPkzLSZeu+RfHDI1xfOY="; 16 }; 17 18 buildInputs = [ ··· 45 ''; 46 license = licenses.gpl2Plus; 47 homepage = "https://james.ahlstrom.name/quisk/"; 48 - maintainers = with maintainers; [ pulsation ]; 49 platforms = platforms.linux; 50 }; 51 }
··· 8 9 python3.pkgs.buildPythonApplication rec { 10 pname = "quisk"; 11 + version = "4.2.22"; 12 13 src = fetchPypi { 14 inherit pname version; 15 + sha256 = "sha256-F6xSE1EgWlHlrd4W79tmhTg/FS7QUPH3NWzWIljAAg4="; 16 }; 17 18 buildInputs = [ ··· 45 ''; 46 license = licenses.gpl2Plus; 47 homepage = "https://james.ahlstrom.name/quisk/"; 48 + maintainers = with maintainers; [ pulsation kashw2 ]; 49 platforms = platforms.linux; 50 }; 51 }