python3Packages.pylacus: 1.19.1 -> 1.20.0

This commit is contained in:
R. Ryantm
2025-11-22 14:48:08 +00:00
parent 5774a6e057
commit 4905247a81
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.19.1";
version = "1.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ail-project";
repo = "PyLacus";
tag = "v${version}";
hash = "sha256-aOTXz/77ZeX0xiMeUIaqDrtpMvIM7Idp+3rYeXJ4bpg=";
hash = "sha256-Ody+2zBnApdZqfmS6veWxHgrjVBO3xSulbu5/Uxd2u8=";
};
build-system = [ poetry-core ];