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
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''