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

safeeyes: 2.1.9 -> 2.2.1
This commit is contained in:
Pol Dellaiera 2024-07-23 09:58:53 +02:00 committed by GitHub
commit 996ec7cce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@ with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "safeeyes"; pname = "safeeyes";
version = "2.1.9"; version = "2.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Z1c1DVwCwPiOPvCYNsoXJBMfVzIQA+/6wStV8BShahc="; hash = "sha256-Ub/KcNG2jg4revtfOpr0vDyHzw3vCy+bqLeXX4Po+cw=";
}; };
postPatch = '' postPatch = ''
@ -48,6 +48,7 @@ buildPythonApplication rec {
dbus-python dbus-python
croniter croniter
setuptools setuptools
packaging
]; ];
# Prevent double wrapping, let the Python wrapper use the args in preFixup. # Prevent double wrapping, let the Python wrapper use the args in preFixup.