safeeyes: 3.2.0 -> 3.3.0 (#476349)

This commit is contained in:
Aleksana
2026-01-03 09:27:55 +00:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@
python3Packages.buildPythonApplication rec {
pname = "safeeyes";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-t8PMQxQjfyW3t0bamo8kAlminAMfUe0ThtzrgUc33Xo=";
hash = "sha256-11nw13AAqupSIZRrhmDaViO3V/yYK8/xsVF8ylS49Rw=";
};
nativeBuildInputs = [