python312Packages.lacuscore: 1.11.0 -> 1.11.3 (#352563)

This commit is contained in:
Fabian Affolter 2024-10-31 14:31:38 +01:00 committed by GitHub
commit a4b0daa0e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "lacuscore"; pname = "lacuscore";
version = "1.11.0"; version = "1.11.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ail-project"; owner = "ail-project";
repo = "LacusCore"; repo = "LacusCore";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-O9nB+hxMrIJDeK6BrxmX/yr0OoIXxshKJxz9fU6b2V0="; hash = "sha256-eVcfJXkjrS752T18wKrIwfwEkCuR1eIoVZERMk/stgQ=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [