flashfocus: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2023-09-28 09:33:50 +00:00
parent 56c409f4a9
commit 523c14df11

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "flashfocus"; pname = "flashfocus";
version = "2.4.0"; version = "2.4.1";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-TKqPUJq3t2EjX6sY3NSuW0sCq4IS4PNMaaFNe+5hvoY="; sha256 = "sha256-O6jRQ6e96b8CuumTD6TGELaz26No7WFZgGSnNSlqzuE=";
}; };
postPatch = '' postPatch = ''