python3Packages.lacuscore: 1.19.3 -> 1.20.1

This commit is contained in:
R. Ryantm
2025-11-20 11:07:24 +00:00
parent c4ce11cde3
commit 21130c19f9
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "lacuscore";
version = "1.19.3";
version = "1.20.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ail-project";
repo = "LacusCore";
tag = "v${version}";
hash = "sha256-mm9oInWx7xZ+39kNOt77TLjCCf60Tmisefh71+2ZIMw=";
hash = "sha256-L7hmqNymXkZD/NQk1OQ9H34aJcCa6W23gkQSjomv7Iw=";
};
pythonRelaxDeps = [