python3Packages.lacuscore: 1.18.0 -> 1.19.1

This commit is contained in:
R. Ryantm
2025-10-16 00:09:51 +00:00
parent df65e0ab4a
commit c87a3454f7
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "lacuscore";
version = "1.18.0";
version = "1.19.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ail-project";
repo = "LacusCore";
tag = "v${version}";
hash = "sha256-+K2zfUGhjQNGIxsh3YHYAH4G3mAoysdpMnscshwl7xI=";
hash = "sha256-5cMgeZlbgK+YixHiwnolqxLUVNbfVdabtVZWZIGzjdk=";
};
pythonRelaxDeps = [