ffsubsync: 0.4.30 -> 0.4.31 (#466071)

This commit is contained in:
Aleksana
2025-11-29 11:19:00 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ffsubsync";
version = "0.4.30";
version = "0.4.31";
pyproject = true;
src = fetchFromGitHub {
owner = "smacke";
repo = "ffsubsync";
tag = version;
hash = "sha256-Px4WaeFn6SS6VUsm0bAKmdVtqQzXX12PRKO1n6UNxdM=";
hash = "sha256-j9E4h2de2EOtYpuxKFbPOxZ5FBRO0EkbZhJdx5RiPn8=";
};
build-system = with python3.pkgs; [ setuptools ];