Merge pull request #327628 from r-ryantm/auto-update/safeeyes
safeeyes: 2.1.9 -> 2.2.1
This commit is contained in:
commit
996ec7cce1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user