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

safeeyes: 2.1.4 -> 2.1.5
This commit is contained in:
Jonas Heinrich 2023-01-10 16:00:56 +01:00 committed by GitHub
commit 76ceb357b3
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.4";
version = "2.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SsZRyODeYRQk2pVspKzfJbSRX/zjD+M+aaK+YXPu6CE=";
sha256 = "sha256-IjFDhkqtMitdcQORerRqwty3ZMP8jamPtb9oMHdre4I=";
};
nativeBuildInputs = [