python3Packages.pylacus: 1.15.0 -> 1.15.1 (#415553)

This commit is contained in:
Nick Cao
2025-06-11 13:42:33 -04:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.15.0";
version = "1.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
tag = "v${version}";
hash = "sha256-dhmTqYhEdQcl8DCxOY1BeZ7JfgTCTq2j22T/70HQ+eA=";
hash = "sha256-POxLeMjGMG/QKSS7HWpCtP/GlqcTnUizJRzU+IUdnV0=";
};
build-system = [ poetry-core ];