Unverified Commit 780adc2e authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #257807 from r-ryantm/auto-update/flashfocus

parents bb6c5f9f 523c14df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "flashfocus";
  version = "2.4.0";
  version = "2.4.1";

  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-TKqPUJq3t2EjX6sY3NSuW0sCq4IS4PNMaaFNe+5hvoY=";
    sha256 = "sha256-O6jRQ6e96b8CuumTD6TGELaz26No7WFZgGSnNSlqzuE=";
  };

  postPatch = ''