safeeyes: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm 2024-12-28 10:25:22 +00:00
parent 9e09ce2d47
commit 39f4f4a05d

View File

@ -18,11 +18,11 @@ with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "safeeyes"; pname = "safeeyes";
version = "2.2.2"; version = "2.2.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-k/CNxLScZDCXiwJhP5qh5HD5VUKlOLaYV8ICYgz6NKI="; hash = "sha256-VE+pcCSblj5CADJppyM1mUchOibUtr7NrVwINrSprY0=";
}; };
postPatch = '' postPatch = ''