python3Packages.pylacus: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm
2025-10-17 19:33:10 +00:00
parent 228819d195
commit 6b39d1cb29
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.18.0";
version = "1.19.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
tag = "v${version}";
hash = "sha256-N0FGjT/Jq5n2J2omk/W1tsjiAZY4WlsEs33ErKOuCl4=";
hash = "sha256-Ezp/aFTETvU1bOZZvMlZn0XmaLWoOd6l8s0n5lIqV2w=";
};
build-system = [ poetry-core ];