lacus: 1.10.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2025-01-09 10:02:24 +00:00
parent 5408294b16
commit d6ea8b1aa4
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "lacus";
version = "1.10.0";
version = "1.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ail-project";
repo = "lacus";
tag = "v${version}";
hash = "sha256-5KddApwaN4t+QRaQTqIXuYStuPxKq3v6pRknBusAcbM=";
hash = "sha256-0a8HwX5vHNTniJOcFoeI+0tOcDZhvIXbpV7mB521tRQ=";
};
pythonRelaxDeps = [