python3Packages.pylacus: 1.20.0 -> 1.21.0 (#471890)

This commit is contained in:
Nick Cao
2025-12-18 21:11:06 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.20.0";
version = "1.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ail-project";
repo = "PyLacus";
tag = "v${version}";
hash = "sha256-Ody+2zBnApdZqfmS6veWxHgrjVBO3xSulbu5/Uxd2u8=";
hash = "sha256-YTHFA25c9EnXlOKmJd2sdrdYZ+5tAopvpWRfW8IpDpU=";
};
build-system = [ poetry-core ];