zapzap: 6.2.10.1 -> 6.3.2

This commit is contained in:
R. Ryantm 2026-02-26 16:58:27 +00:00
parent 3479ee3fd7
commit 89c2996da7

View file

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "zapzap";
version = "6.2.10.1";
version = "6.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "rafatosta";
repo = "zapzap";
tag = finalAttrs.version;
hash = "sha256-dNHDR9sZWPetdwpS5u0UCn5sCkDMEw5YoE4QBerU2Sg=";
hash = "sha256-PWs6W22ksZmPu3H3Yk535t0J4rfwGov5XaKMJBCXIIA=";
};
nativeBuildInputs = [