From 687734c8bc7b739a8fefd1fb031455669622495a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Jul 2024 11:30:54 +0000 Subject: [PATCH] safeeyes: 2.1.9 -> 2.2.1 --- pkgs/applications/misc/safeeyes/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/safeeyes/default.nix b/pkgs/applications/misc/safeeyes/default.nix index 661396aa3e76..42dbdbd0f6b6 100644 --- a/pkgs/applications/misc/safeeyes/default.nix +++ b/pkgs/applications/misc/safeeyes/default.nix @@ -18,11 +18,11 @@ with python3.pkgs; buildPythonApplication rec { pname = "safeeyes"; - version = "2.1.9"; + version = "2.2.1"; src = fetchPypi { inherit pname version; - hash = "sha256-Z1c1DVwCwPiOPvCYNsoXJBMfVzIQA+/6wStV8BShahc="; + hash = "sha256-Ub/KcNG2jg4revtfOpr0vDyHzw3vCy+bqLeXX4Po+cw="; }; postPatch = '' @@ -48,6 +48,7 @@ buildPythonApplication rec { dbus-python croniter setuptools + packaging ]; # Prevent double wrapping, let the Python wrapper use the args in preFixup.