safeeyes: 2.1.8 -> 2.1.9

This commit is contained in:
R. Ryantm
2024-06-22 19:04:37 +00:00
parent 47ea5bd487
commit 0190d7b09f
+2 -2
View File
@@ -18,11 +18,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "safeeyes";
version = "2.1.8";
version = "2.1.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-65U/j6P6X4JzhL0aEOnzKa/Al6SYprOOxix2dtcusJQ=";
hash = "sha256-Z1c1DVwCwPiOPvCYNsoXJBMfVzIQA+/6wStV8BShahc=";
};
postPatch = ''