Merge pull request #253102 from kashw2/quisk

quisk: 4.2.17 -> 4.2.22
This commit is contained in:
Thiago Kenji Okada 2023-09-03 15:04:49 +00:00 committed by GitHub
commit 5c7d7ea6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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