python313Packages.pylacus: 1.16.1 -> 1.18.0

Diff: https://github.com/ail-project/PyLacus/compare/v1.16.1...v1.18.0

Changelog: https://github.com/ail-project/PyLacus/releases/tag/v1.18.0
This commit is contained in:
Fabian Affolter
2025-10-08 12:31:34 +02:00
parent 4c60fbd06e
commit e4e07e55ed
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.16.1";
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
tag = "v${version}";
hash = "sha256-sGTr0M3cintyjXtdABtaw7tvbKz/reibYM3xDUL0kOk=";
hash = "sha256-N0FGjT/Jq5n2J2omk/W1tsjiAZY4WlsEs33ErKOuCl4=";
};
build-system = [ poetry-core ];