python313Packages.pylacus: 1.16.1 -> 1.18.0 (#449858)

This commit is contained in:
Fabian Affolter
2025-10-08 13:43:28 +00:00
committed by GitHub
@@ -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 ];