Unverified Commit 6cb6038e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ffsubsync: 0.4.30 -> 0.4.31 (#466071)

parents a7b62f2f 925bca96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];