python3Packages.pylacus: 1.19.1 -> 1.20.0 (#464017)

This commit is contained in:
Fabian Affolter
2025-11-22 15:29:46 +00:00
committed by GitHub
@@ -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 ];