zapzap: 5.3.8 -> 5.3.9 (#365054)

This commit is contained in:
Nick Cao
2024-12-14 09:14:59 -05:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "zapzap";
version = "5.3.8";
version = "5.3.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "rafatosta";
repo = "zapzap";
rev = "refs/tags/${version}";
hash = "sha256-UIr6EYE2Y/05a3kO6waAnf6+5gb3r5UzgKaHwDbbfZw=";
tag = version;
hash = "sha256-AiFEuoMwVokAZya2rnSf5fYjCJyQQL3uD87NGFUMy6E=";
};
nativeBuildInputs = with python3Packages; [