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

safeeyes: 2.1.8 -> 2.1.9
This commit is contained in:
Nick Cao
2024-06-23 09:34:52 -04:00
committed by GitHub
+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 = ''