quisk: 4.2.17 -> 4.2.22

This commit is contained in:
kashw2 2023-09-03 21:58:19 +10:00
parent 05a5bbc719
commit 7f43fba498

@ -8,11 +8,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "quisk";
version = "4.2.17";
version = "4.2.22";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-eF/3++wRG0JulVTT+GvtqleBPkzLSZeu+RfHDI1xfOY=";
sha256 = "sha256-F6xSE1EgWlHlrd4W79tmhTg/FS7QUPH3NWzWIljAAg4=";
};
buildInputs = [
@ -45,7 +45,7 @@ python3.pkgs.buildPythonApplication rec {
'';
license = licenses.gpl2Plus;
homepage = "https://james.ahlstrom.name/quisk/";
maintainers = with maintainers; [ pulsation ];
maintainers = with maintainers; [ pulsation kashw2 ];
platforms = platforms.linux;
};
}