Merge pull request #202234 from r-ryantm/auto-update/safeeyes

safeeyes: 2.1.3 -> 2.1.4
This commit is contained in:
Mario Rodas 2022-11-29 20:24:23 -05:00 committed by GitHub
commit b6f48d1c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "safeeyes";
version = "2.1.3";
version = "2.1.4";
src = fetchPypi {
inherit pname version;
sha256 = "1b5w887hivmdrkm1ydbar4nmnks6grpbbpvxgf9j9s46msj03c9x";
sha256 = "sha256-SsZRyODeYRQk2pVspKzfJbSRX/zjD+M+aaK+YXPu6CE=";
};
nativeBuildInputs = [