python312Packages.pylacus: 1.13.2 -> 1.14.0

This commit is contained in:
R. Ryantm
2025-04-22 14:23:12 +00:00
parent 00a5791030
commit e7bc431986
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.13.2";
version = "1.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
tag = "v${version}";
hash = "sha256-EZhlAlZbxcZRpdeAqIwEXV9YPyleW2jnea+e5jRL1EE=";
hash = "sha256-fpu22X4xWRP7Kzp15gIziNCxMmS7P8wb+Zcbr5wlUBc=";
};
build-system = [ poetry-core ];